diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-07-28 14:17:42 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-07-28 14:17:42 +0200 |
| commit | 1e5c862d8fa7b76b69b8125d454d8f8d6a9cde25 (patch) | |
| tree | 7eb709ba968b501e3c69c2892616b51d61e37c14 /src/arch/arch.h | |
| parent | 7f24b27652ee6fa84e38f181cea57f319af0c204 (diff) | |
| download | nissy-core-1e5c862d8fa7b76b69b8125d454d8f8d6a9cde25.tar.gz nissy-core-1e5c862d8fa7b76b69b8125d454d8f8d6a9cde25.zip | |
Turns checks into assertions in utils/math.h
Diffstat (limited to '')
| -rw-r--r-- | src/arch/arch.h | 3 |
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 | ||
| 18 | typedef struct { | 17 | typedef struct { |
| @@ -28,8 +27,6 @@ typedef struct { | |||
| 28 | 27 | ||
| 29 | #else | 28 | #else |
| 30 | 29 | ||
| 31 | #include <stdlib.h> | ||
| 32 | |||
| 33 | typedef struct { | 30 | typedef struct { |
| 34 | uint8_t corner[8]; | 31 | uint8_t corner[8]; |
| 35 | uint8_t edge[12]; | 32 | uint8_t edge[12]; |
