From 1e5c862d8fa7b76b69b8125d454d8f8d6a9cde25 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Mon, 28 Jul 2025 14:17:42 +0200 Subject: Turns checks into assertions in utils/math.h --- src/arch/arch.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/arch/arch.h') 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; #elif defined(NEON) -#include #include typedef struct { @@ -28,8 +27,6 @@ typedef struct { #else -#include - typedef struct { uint8_t corner[8]; uint8_t edge[12]; -- cgit v1.3