From 7e665f28a12685efe95ec8340de6ba74cc73cef0 Mon Sep 17 00:00:00 2001 From: Paul Fd Date: Sun, 9 Feb 2020 22:54:53 +0100 Subject: [PATCH] Disable the SIMD accelerator on pan --- src/sfizz/Config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sfizz/Config.h b/src/sfizz/Config.h index 92765c35..cd696ac8 100644 --- a/src/sfizz/Config.h +++ b/src/sfizz/Config.h @@ -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 };