Disable the SIMD accelerator on pan

This commit is contained in:
Paul Fd 2020-02-09 22:54:53 +01:00
parent 3e58a36b61
commit 7e665f28a1

View file

@ -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 };