aboutsummaryrefslogtreecommitdiff
path: root/src/arch
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch')
-rw-r--r--src/arch/arch.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/arch/arch.h b/src/arch/arch.h
index 2c418a6..d0ef20c 100644
--- a/src/arch/arch.h
+++ b/src/arch/arch.h
@@ -12,7 +12,6 @@ typedef __m256i cube_t;
12 12
13#elif defined(NEON) 13#elif defined(NEON)
14 14
15#include <stdlib.h>
16#include <arm_neon.h> 15#include <arm_neon.h>
17 16
18typedef struct { 17typedef struct {
@@ -28,8 +27,6 @@ typedef struct {
28 27
29#else 28#else
30 29
31#include <stdlib.h>
32
33typedef struct { 30typedef struct {
34 uint8_t corner[8]; 31 uint8_t corner[8];
35 uint8_t edge[12]; 32 uint8_t edge[12];

Generated with cgit - Back to sebastiano.tronto.net