mathnodebase: use func ptr instead of switch inside loop

This commit is contained in:
itsmattkc
2021-10-14 00:49:08 -07:00
parent 1eb5e44502
commit a064ce0c94
2 changed files with 45 additions and 30 deletions
+1
View File
@@ -102,6 +102,7 @@ protected:
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);
static void PerformAllOnFloatBufferSSE(Operation operation, float *a, float b, int start, int end);
#endif