diff options
Diffstat (limited to 'src/cube_neon.h')
| -rw-r--r-- | src/cube_neon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cube_neon.h b/src/cube_neon.h index cb2d815..434d6b5 100644 --- a/src/cube_neon.h +++ b/src/cube_neon.h | |||
| @@ -3,4 +3,4 @@ | |||
| 3 | typedef struct { | 3 | typedef struct { |
| 4 | uint8x16_t corner; | 4 | uint8x16_t corner; |
| 5 | uint8x16_t edge; | 5 | uint8x16_t edge; |
| 6 | } cube_fast_t; | 6 | } cube_t; |
