optimize for arm

This commit is contained in:
2025-03-27 21:07:20 +01:00
parent 13bf8baaf3
commit ffd0c418e7
4 changed files with 76 additions and 16 deletions
+7
View File
@@ -5,6 +5,13 @@
#include "constants.h"
#include "oscillator.h"
#if defined(__ARM_NEON) || defined(__ARM_NEON__)
#include <arm_neon.h>
#define USE_NEON 1
#else
#define USE_NEON 0
#endif
#define LPF_ORDER 10
typedef struct