diff options
| author | enricotenuti <tenutz_27@outlook.it> | 2024-08-07 20:09:12 +0200 |
|---|---|---|
| committer | enricotenuti <tenutz_27@outlook.it> | 2024-08-07 20:09:12 +0200 |
| commit | d613e7258bca459a59cdb7b4fb8a7cb041137377 (patch) | |
| tree | 28b3341cf75e2348a26ab9ee44f386c9cda22cfd /src/cube.c | |
| parent | f148aa65dfe587e7b5d2f48b5005be670788dbe6 (diff) | |
| download | nissy-core-d613e7258bca459a59cdb7b4fb8a7cb041137377.tar.gz nissy-core-d613e7258bca459a59cdb7b4fb8a7cb041137377.zip | |
cube_neon ver1
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 */ |
