neon doesnt work for filter

This commit is contained in:
2025-03-27 21:09:21 +01:00
parent 49cc485ba7
commit 11f7f65ee5
2 changed files with 0 additions and 36 deletions
-7
View File
@@ -1,12 +1,5 @@
#pragma once
#if defined(__ARM_NEON) || defined(__ARM_NEON__)
#include <arm_neon.h>
#define USE_NEON 1
#else
#define USE_NEON 0
#endif
#include <string.h>
#include <stdlib.h>
#include <math.h>