aboutsummaryrefslogtreecommitdiff
path: root/src/arch/arch.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/arch.h')
-rw-r--r--src/arch/arch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/arch.h b/src/arch/arch.h
index e5de0cf..a9f6e03 100644
--- a/src/arch/arch.h
+++ b/src/arch/arch.h
@@ -15,7 +15,7 @@ typedef __m256i cube_t;
15#include <arm_neon.h> 15#include <arm_neon.h>
16 16
17typedef struct { 17typedef struct {
18 uint8x16_t corner; 18 uint8x8_t corner;
19 uint8x16_t edge; 19 uint8x16_t edge;
20} cube_t; 20} cube_t;
21 21

Generated with cgit - Back to sebastiano.tronto.net