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