Documented the config header

This commit is contained in:
Paul Ferrand 2019-11-30 00:52:15 +01:00
parent fd60ef4319
commit 6ca7599510

View file

@ -43,7 +43,7 @@ namespace config {
constexpr float voiceStealingThreshold { 0.00001 }; constexpr float voiceStealingThreshold { 0.00001 };
} // namespace config } // namespace config
// Enable or disable SIMD accelerators by default
namespace SIMDConfig { namespace SIMDConfig {
constexpr unsigned int defaultAlignment { 16 }; constexpr unsigned int defaultAlignment { 16 };
constexpr bool writeInterleaved { true }; constexpr bool writeInterleaved { true };