minor changes

This commit is contained in:
2025-06-27 20:05:32 +02:00
parent 9c7018132f
commit 44d54899f0
7 changed files with 5 additions and 25 deletions
-13
View File
@@ -1,13 +0,0 @@
#pragma once
#if defined(__ARM_NEON) || defined(__ARM_NEON__)
#ifdef DEBUG
#pragma message("Using ARM NEON optimizations")
#endif
#include <arm_neon.h>
#define USE_NEON 1
#else
#ifdef DEBUG
#pragma message("ARM NEON optimizations not available")
#endif
#define USE_NEON 0
#endif