diff options
Diffstat (limited to 'src/cube.c')
| -rw-r--r-- | src/cube.c | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -27,6 +27,8 @@ void (*nissy_log)(const char *, ...); | |||
| 27 | #include <immintrin.h> | 27 | #include <immintrin.h> |
| 28 | #include "cube_avx2.h" | 28 | #include "cube_avx2.h" |
| 29 | #elif defined(CUBE_NEON) | 29 | #elif defined(CUBE_NEON) |
| 30 | #include <stdlib.h> | ||
| 31 | #include <arm_neon.h> | ||
| 30 | #include "cube_neon.h" | 32 | #include "cube_neon.h" |
| 31 | #else | 33 | #else |
| 32 | #include <stdlib.h> /* TODO: check if can be removed */ | 34 | #include <stdlib.h> /* TODO: check if can be removed */ |
