diff options
Diffstat (limited to 'src/arch/arch.h')
| -rw-r--r-- | src/arch/arch.h | 2 |
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 | ||
| 17 | typedef struct { | 17 | typedef 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 | ||
