aboutsummaryrefslogtreecommitdiff
path: root/src/arch/neon.h
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2024-08-18 15:38:31 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2024-08-18 15:38:31 +0200
commitb940b93f6f17d1ac65ca51ba9ec82a1cce0f5017 (patch)
treea6ba8042d91e0ad646cdbea06307ec2fcca29a34 /src/arch/neon.h
parent2d66a0ffea4b03cd27b0f4363f8c4b8b0a1242e4 (diff)
downloadnissy-core-b940b93f6f17d1ac65ca51ba9ec82a1cce0f5017.tar.gz
nissy-core-b940b93f6f17d1ac65ca51ba9ec82a1cce0f5017.zip
Fix error with neon
Diffstat (limited to 'src/arch/neon.h')
-rw-r--r--src/arch/neon.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/arch/neon.h b/src/arch/neon.h
index b44664b..b6734b7 100644
--- a/src/arch/neon.h
+++ b/src/arch/neon.h
@@ -4,6 +4,9 @@
4#define _ep_neon vcombine_u8(vdupq_n_u8(0x0F), vdupq_n_u8(0x0F)) 4#define _ep_neon vcombine_u8(vdupq_n_u8(0x0F), vdupq_n_u8(0x0F))
5#define _eo_neon vcombine_u8(vdupq_n_u8(0x10), vdupq_n_u8(0x10)) 5#define _eo_neon vcombine_u8(vdupq_n_u8(0x10), vdupq_n_u8(0x10))
6 6
7_static_inline uint8x16_t compose_edges_slim(uint8x16_t, uint8x16_t);
8_static_inline uint8x16_t compose_corners_slim(uint8x16_t, uint8x16_t);
9
7// static cube 10// static cube
8#define static_cube(c_ufr, c_ubl, c_dfl, c_dbr, c_ufl, c_ubr, c_dfr, c_dbl, \ 11#define static_cube(c_ufr, c_ubl, c_dfl, c_dbr, c_ufl, c_ubr, c_dfr, c_dbl, \
9 e_uf, e_ub, e_db, e_df, e_ur, e_ul, e_dl, e_dr, e_fr, e_fl, e_bl, e_br) \ 12 e_uf, e_ub, e_db, e_df, e_ur, e_ul, e_dl, e_dr, e_fr, e_fl, e_bl, e_br) \

Generated with cgit - Back to sebastiano.tronto.net