try sse wrapper for neon instructions

This commit is contained in:
itsmattkc
2021-10-25 12:30:47 -07:00
parent 222c62fa80
commit e12e5db760
6 changed files with 8788 additions and 54 deletions
+1 -1
View File
@@ -103,7 +103,7 @@ protected:
static void PerformAllOnFloatBuffer(Operation operation, float *a, float b, int start, int end);
#ifdef Q_PROCESSOR_X86
#if defined(Q_PROCESSOR_X86) || defined(Q_PROCESSOR_ARM)
static void PerformAllOnFloatBufferSSE(Operation operation, float *a, float b, int start, int end);
#endif