diff options
Diffstat (limited to 'src/cube_neon.h')
| -rw-r--r-- | src/cube_neon.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/cube_neon.h b/src/cube_neon.h new file mode 100644 index 0000000..cb2d815 --- /dev/null +++ b/src/cube_neon.h | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | /* TODO! */ | ||
| 2 | |||
| 3 | typedef struct { | ||
| 4 | uint8x16_t corner; | ||
| 5 | uint8x16_t edge; | ||
| 6 | } cube_fast_t; | ||
