aboutsummaryrefslogtreecommitdiff
path: root/src/cube_neon.h
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2024-06-09 12:43:49 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2024-06-09 12:43:49 +0200
commitc5c5017a335208881e27fc8f72c1d0145a04622a (patch)
tree7a1518e5b05f3fbde810fa3080c41099ba7d5ae8 /src/cube_neon.h
parent28ad019d62583b7e89b4e76922aa73857d5876eb (diff)
downloadnissy-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.h2
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 @@
3typedef struct { 3typedef struct {
4 uint8x16_t corner; 4 uint8x16_t corner;
5 uint8x16_t edge; 5 uint8x16_t edge;
6} cube_fast_t; 6} cube_t;

Generated with cgit - Back to sebastiano.tronto.net