aboutsummaryrefslogtreecommitdiff
path: root/src/cube_neon.h
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2024-05-10 09:10:12 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2024-05-10 09:10:12 +0200
commita660922d738b78b11fc78207daabea031058f710 (patch)
treedb46bd95bffeb330cea6066c77f2709f96c033aa /src/cube_neon.h
parent75966319fd5891c2c1bd35b1f7c93eab172fd28e (diff)
downloadnissy-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.h6
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
3typedef struct {
4 uint8x16_t corner;
5 uint8x16_t edge;
6} cube_fast_t;

Generated with cgit - Back to sebastiano.tronto.net