From 5e741a00a1350477c7d8778cb466c8efa27b152d Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Thu, 17 Jul 2025 07:57:18 +0200 Subject: Working drslice (same results as nissy-classic) --- src/arch/arch.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/arch/arch.h') 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; #if !defined(TEST_H) #include "common.h" #include "avx2.h" +#include "coordinates_unoptimized.h" #endif #elif defined(NEON) @@ -22,6 +23,7 @@ typedef struct { #if !defined(TEST_H) #include "common.h" #include "neon.h" +#include "coordinates_unoptimized.h" #endif #else @@ -36,6 +38,7 @@ typedef struct { #if !defined(TEST_H) #include "common.h" #include "portable.h" +#include "coordinates_unoptimized.h" #endif #endif -- cgit v1.3