|
|
@@ -147,6 +147,7 @@ struct PluginMutex { |
|
|
|
#include <unistd.h> |
|
|
|
#include <fcntl.h> |
|
|
|
#include <sys/mman.h> |
|
|
|
#include <fenv.h> // fesetround() |
|
|
|
|
|
|
|
// #define _GNU_SOURCE |
|
|
|
#include <dlfcn.h> |
|
|
@@ -1190,6 +1191,10 @@ void VSTPluginProcessReplacingFloat32(VSTPlugin *vstPlugin, |
|
|
|
_MM_SET_FLUSH_ZERO_MODE(_MM_FLUSH_ZERO_ON); |
|
|
|
#endif // HAVE_WINDOWS |
|
|
|
|
|
|
|
#ifdef YAC_LINUX |
|
|
|
fesetround(FE_TOWARDZERO); |
|
|
|
#endif // YAC_LINUX |
|
|
|
|
|
|
|
sUI chIdx; |
|
|
|
|
|
|
|
if(wrapper->b_idle) |
|
|
|