Documented the config header
This commit is contained in:
parent
fd60ef4319
commit
6ca7599510
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue