aboutsummaryrefslogtreecommitdiff
path: root/src/cube.c
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2024-08-10 17:39:32 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2024-08-10 17:39:32 +0200
commit4a016679d1f5f33ab0679dfc315222797075dc65 (patch)
tree3cde6b560163d3e404d202d9b396476417c5af93 /src/cube.c
parentdc64668ceba09cd048fb92af77857b594c584c27 (diff)
parentc0d829e588c5d25ee0fc0ff3212658c92c0fb0a8 (diff)
downloadnissy-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.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cube.c b/src/cube.c
index 1f8711c..e8dedec 100644
--- a/src/cube.c
+++ b/src/cube.c
@@ -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 */

Generated with cgit - Back to sebastiano.tronto.net