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 };
} // 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
} // namespace sfz