From 6ca75995107d8a3165d6e933f844e44eeb79ab32 Mon Sep 17 00:00:00 2001 From: Paul Ferrand Date: Sat, 30 Nov 2019 00:52:15 +0100 Subject: [PATCH] Documented the config header --- src/sfizz/Config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sfizz/Config.h b/src/sfizz/Config.h index f2a96a15..28aee001 100644 --- a/src/sfizz/Config.h +++ b/src/sfizz/Config.h @@ -43,7 +43,7 @@ namespace config { constexpr float voiceStealingThreshold { 0.00001 }; } // namespace config - +// Enable or disable SIMD accelerators by default namespace SIMDConfig { constexpr unsigned int defaultAlignment { 16 }; constexpr bool writeInterleaved { true }; @@ -66,4 +66,4 @@ namespace SIMDConfig { constexpr bool mean { false }; constexpr bool meanSquared { false }; } -} // namespace sfz \ No newline at end of file +} // namespace sfz