diff --git a/app/node/math/math/mathbase.h b/app/node/math/math/mathbase.h index 940bbee21..11bdffe77 100644 --- a/app/node/math/math/mathbase.h +++ b/app/node/math/math/mathbase.h @@ -101,8 +101,9 @@ protected: template static T PerformAddSubMultDiv(Operation operation, T a, U b); -#ifdef Q_PROCESSOR_X86 static void PerformAllOnFloatBuffer(Operation operation, float *a, float b, int start, int end); + +#ifdef Q_PROCESSOR_X86 static void PerformAllOnFloatBufferSSE(Operation operation, float *a, float b, int start, int end); #endif