Disable the SIMD accelerator on pan
This commit is contained in:
parent
3e58a36b61
commit
7e665f28a1
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ namespace SIMDConfig {
|
|||
constexpr bool subtract { false };
|
||||
constexpr bool multiplyAdd { false };
|
||||
constexpr bool copy { false };
|
||||
constexpr bool pan { true };
|
||||
constexpr bool pan { false };
|
||||
constexpr bool cumsum { true };
|
||||
constexpr bool diff { false };
|
||||
constexpr bool sfzInterpolationCast { true };
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue