diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-07-17 07:57:18 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-07-17 07:57:18 +0200 |
| commit | 5e741a00a1350477c7d8778cb466c8efa27b152d (patch) | |
| tree | 37d3ab4b00f1b735f5da3b8f0065f1f19e920678 /src/arch/arch.h | |
| parent | 37dc364aaf751a14ff8c7e74e6bae59128c558df (diff) | |
| download | nissy-core-5e741a00a1350477c7d8778cb466c8efa27b152d.tar.gz nissy-core-5e741a00a1350477c7d8778cb466c8efa27b152d.zip | |
Working drslice (same results as nissy-classic)
Diffstat (limited to 'src/arch/arch.h')
| -rw-r--r-- | src/arch/arch.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/arch/arch.h b/src/arch/arch.h index a9f6e03..2c418a6 100644 --- a/src/arch/arch.h +++ b/src/arch/arch.h | |||
| @@ -7,6 +7,7 @@ typedef __m256i cube_t; | |||
| 7 | #if !defined(TEST_H) | 7 | #if !defined(TEST_H) |
| 8 | #include "common.h" | 8 | #include "common.h" |
| 9 | #include "avx2.h" | 9 | #include "avx2.h" |
| 10 | #include "coordinates_unoptimized.h" | ||
| 10 | #endif | 11 | #endif |
| 11 | 12 | ||
| 12 | #elif defined(NEON) | 13 | #elif defined(NEON) |
| @@ -22,6 +23,7 @@ typedef struct { | |||
| 22 | #if !defined(TEST_H) | 23 | #if !defined(TEST_H) |
| 23 | #include "common.h" | 24 | #include "common.h" |
| 24 | #include "neon.h" | 25 | #include "neon.h" |
| 26 | #include "coordinates_unoptimized.h" | ||
| 25 | #endif | 27 | #endif |
| 26 | 28 | ||
| 27 | #else | 29 | #else |
| @@ -36,6 +38,7 @@ typedef struct { | |||
| 36 | #if !defined(TEST_H) | 38 | #if !defined(TEST_H) |
| 37 | #include "common.h" | 39 | #include "common.h" |
| 38 | #include "portable.h" | 40 | #include "portable.h" |
| 41 | #include "coordinates_unoptimized.h" | ||
| 39 | #endif | 42 | #endif |
| 40 | 43 | ||
| 41 | #endif | 44 | #endif |
