diff options
| author | enricotenuti <tenutz_27@outlook.it> | 2024-10-15 10:34:13 +0200 |
|---|---|---|
| committer | enricotenuti <tenutz_27@outlook.it> | 2024-10-15 10:34:13 +0200 |
| commit | 8c5f48d61627a986dc9feb8092f1f465b7f90ebc (patch) | |
| tree | eb0761367093403ebf17c13a8cb1550992203bf1 /src/arch/arch.h | |
| parent | 3c12def93ed667548bcd9c534c31ec31bfefb8e0 (diff) | |
| download | nissy-core-8c5f48d61627a986dc9feb8092f1f465b7f90ebc.tar.gz nissy-core-8c5f48d61627a986dc9feb8092f1f465b7f90ebc.zip | |
Neon uint8x8_t corners and minor fixes
Diffstat (limited to 'src/arch/arch.h')
| -rw-r--r-- | src/arch/arch.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/arch.h b/src/arch/arch.h index e5de0cf..a9f6e03 100644 --- a/src/arch/arch.h +++ b/src/arch/arch.h | |||
| @@ -15,7 +15,7 @@ typedef __m256i cube_t; | |||
| 15 | #include <arm_neon.h> | 15 | #include <arm_neon.h> |
| 16 | 16 | ||
| 17 | typedef struct { | 17 | typedef struct { |
| 18 | uint8x16_t corner; | 18 | uint8x8_t corner; |
| 19 | uint8x16_t edge; | 19 | uint8x16_t edge; |
| 20 | } cube_t; | 20 | } cube_t; |
| 21 | 21 | ||
