aboutsummaryrefslogtreecommitdiff
path: root/src/arch
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2025-07-28 14:17:42 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2025-07-28 14:17:42 +0200
commit1e5c862d8fa7b76b69b8125d454d8f8d6a9cde25 (patch)
tree7eb709ba968b501e3c69c2892616b51d61e37c14 /src/arch
parent7f24b27652ee6fa84e38f181cea57f319af0c204 (diff)
downloadnissy-core-1e5c862d8fa7b76b69b8125d454d8f8d6a9cde25.tar.gz
nissy-core-1e5c862d8fa7b76b69b8125d454d8f8d6a9cde25.zip
Turns checks into assertions in utils/math.h
Diffstat (limited to 'src/arch')
-rw-r--r--src/arch/arch.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/arch/arch.h b/src/arch/arch.h
index 2c418a6..d0ef20c 100644
--- a/src/arch/arch.h
+++ b/src/arch/arch.h
@@ -12,7 +12,6 @@ typedef __m256i cube_t;
12 12
13#elif defined(NEON) 13#elif defined(NEON)
14 14
15#include <stdlib.h>
16#include <arm_neon.h> 15#include <arm_neon.h>
17 16
18typedef struct { 17typedef struct {
@@ -28,8 +27,6 @@ typedef struct {
28 27
29#else 28#else
30 29
31#include <stdlib.h>
32
33typedef struct { 30typedef struct {
34 uint8_t corner[8]; 31 uint8_t corner[8];
35 uint8_t edge[12]; 32 uint8_t edge[12];

Generated with cgit - Back to sebastiano.tronto.net