From 8c5f48d61627a986dc9feb8092f1f465b7f90ebc Mon Sep 17 00:00:00 2001 From: enricotenuti Date: Tue, 15 Oct 2024 10:34:13 +0200 Subject: Neon uint8x8_t corners and minor fixes --- src/arch/arch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/arch/arch.h') 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; #include typedef struct { - uint8x16_t corner; + uint8x8_t corner; uint8x16_t edge; } cube_t; -- cgit v1.3