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 };
|
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 };
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue