diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-08-10 17:39:32 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-08-10 17:39:32 +0200 |
| commit | 4a016679d1f5f33ab0679dfc315222797075dc65 (patch) | |
| tree | 3cde6b560163d3e404d202d9b396476417c5af93 /src/cube.c | |
| parent | dc64668ceba09cd048fb92af77857b594c584c27 (diff) | |
| parent | c0d829e588c5d25ee0fc0ff3212658c92c0fb0a8 (diff) | |
| download | nissy-core-4a016679d1f5f33ab0679dfc315222797075dc65.tar.gz nissy-core-4a016679d1f5f33ab0679dfc315222797075dc65.zip | |
Merge branch 'master' of github.com:sebastianotronto/h48
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 */ |
