Skip to content
Snippets Groups Projects
Commit 1f5230ec authored by Aidan Chalk's avatar Aidan Chalk
Browse files

Fix definition of ARM NEON

parent 11d0741e
Branches
No related tags found
No related merge requests found
......@@ -401,7 +401,7 @@
#define vec_fnma(a, b, c) vec_sub(c, vec_mul(a, b))
#endif
#elif __ARM_NEON_FP /* HAVE_SSE2 */
#elif __ARM_NEON /* HAVE_SSE2 */
#include <arm_neon.h>
#define VEC_SIZE 4
#define VEC_FLOAT float32x4_t
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment