Removed unused config values
This commit is contained in:
parent
145c243c32
commit
c9beec4b5b
1 changed files with 0 additions and 24 deletions
|
|
@ -97,28 +97,4 @@ namespace config {
|
|||
static constexpr double amplitudeSquare = 0.515;
|
||||
} // namespace config
|
||||
|
||||
// Enable or disable SIMD accelerators by default
|
||||
namespace SIMDConfig {
|
||||
constexpr bool writeInterleaved { true };
|
||||
constexpr bool readInterleaved { true };
|
||||
constexpr bool fill { true };
|
||||
constexpr bool gain { false };
|
||||
constexpr bool divide { false };
|
||||
constexpr bool mathfuns { false };
|
||||
constexpr bool loopingSFZIndex { true };
|
||||
constexpr bool saturatingSFZIndex { true };
|
||||
constexpr bool linearRamp { false };
|
||||
constexpr bool multiplicativeRamp { true };
|
||||
constexpr bool add { false };
|
||||
constexpr bool subtract { false };
|
||||
constexpr bool multiplyAdd { false };
|
||||
constexpr bool copy { false };
|
||||
constexpr bool pan { false };
|
||||
constexpr bool cumsum { true };
|
||||
constexpr bool diff { false };
|
||||
constexpr bool sfzInterpolationCast { true };
|
||||
constexpr bool mean { false };
|
||||
constexpr bool meanSquared { false };
|
||||
constexpr bool upsampling { true };
|
||||
}
|
||||
} // namespace sfz
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue