diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-05-10 09:10:12 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-05-10 09:10:12 +0200 |
| commit | a660922d738b78b11fc78207daabea031058f710 (patch) | |
| tree | db46bd95bffeb330cea6066c77f2709f96c033aa /src/cube_neon.h | |
| parent | 75966319fd5891c2c1bd35b1f7c93eab172fd28e (diff) | |
| download | nissy-core-a660922d738b78b11fc78207daabea031058f710.tar.gz nissy-core-a660922d738b78b11fc78207daabea031058f710.zip | |
Split into .h files
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; | ||
