diff options
Diffstat (limited to 'src/arch/arch.h')
| -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 d0ef20c..aa4a5c5 100644 --- a/src/arch/arch.h +++ b/src/arch/arch.h | |||
| @@ -7,7 +7,6 @@ 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" | ||
| 11 | #endif | 10 | #endif |
| 12 | 11 | ||
| 13 | #elif defined(NEON) | 12 | #elif defined(NEON) |
| @@ -22,7 +21,6 @@ typedef struct { | |||
| 22 | #if !defined(TEST_H) | 21 | #if !defined(TEST_H) |
| 23 | #include "common.h" | 22 | #include "common.h" |
| 24 | #include "neon.h" | 23 | #include "neon.h" |
| 25 | #include "coordinates_unoptimized.h" | ||
| 26 | #endif | 24 | #endif |
| 27 | 25 | ||
| 28 | #else | 26 | #else |
| @@ -35,7 +33,6 @@ typedef struct { | |||
| 35 | #if !defined(TEST_H) | 33 | #if !defined(TEST_H) |
| 36 | #include "common.h" | 34 | #include "common.h" |
| 37 | #include "portable.h" | 35 | #include "portable.h" |
| 38 | #include "coordinates_unoptimized.h" | ||
| 39 | #endif | 36 | #endif |
| 40 | 37 | ||
| 41 | #endif | 38 | #endif |
