diff --git a/setenv_linux.sh b/setenv_linux.sh index c00a2c43..4c83cf27 100644 --- a/setenv_linux.sh +++ b/setenv_linux.sh @@ -18,7 +18,7 @@ CPU_ARCH=haswell fi if [ "${USER}" = "cameron" ]; then -CPU_ARCH=haswell +CPU_ARCH=skylake-avx512 fi # Extra compiler flags (C and C++) diff --git a/src/vst2_main.cpp b/src/vst2_main.cpp index f840fe8d..d983cb38 100644 --- a/src/vst2_main.cpp +++ b/src/vst2_main.cpp @@ -1885,12 +1885,11 @@ VstIntPtr VSTPluginDispatcher(VSTPlugin *vstPlugin, #ifdef YAC_LINUX // pump event queue (when not using _XEventProc callback) wrapper->events(); -#else +#endif // YAC_LINUX if(0 == wrapper->redraw_ival_ms) { wrapper->queueRedraw(); } -#endif // YAC_LINUX break; case effEditGetRect: