diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-06-09 12:43:49 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-06-09 12:43:49 +0200 |
| commit | c5c5017a335208881e27fc8f72c1d0145a04622a (patch) | |
| tree | 7a1518e5b05f3fbde810fa3080c41099ba7d5ae8 /src/cube_neon.h | |
| parent | 28ad019d62583b7e89b4e76922aa73857d5876eb (diff) | |
| download | nissy-core-c5c5017a335208881e27fc8f72c1d0145a04622a.tar.gz nissy-core-c5c5017a335208881e27fc8f72c1d0145a04622a.zip | |
Remvoed cube_fast_t and more. More cleaning up to do.
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; |
