redo neon in filter

This commit is contained in:
2025-03-27 21:12:44 +01:00
parent 11f7f65ee5
commit a54d7f9895
4 changed files with 36 additions and 15 deletions
+1 -7
View File
@@ -1,14 +1,8 @@
#pragma once
#if defined(__ARM_NEON) || defined(__ARM_NEON__)
#include <arm_neon.h>
#define USE_NEON 1
#else
#define USE_NEON 0
#endif
#include "constants.h"
#include <math.h>
#include "optimization.h"
typedef struct {
float phase;