From a3f3a392847a0214165e8747714b38a84e4fc52b Mon Sep 17 00:00:00 2001 From: KubaPro010 Date: Thu, 27 Mar 2025 21:23:29 +0100 Subject: [PATCH] now? --- lib/filters.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/filters.h b/lib/filters.h index 12b8ddd..05dd6af 100644 --- a/lib/filters.h +++ b/lib/filters.h @@ -7,7 +7,11 @@ #include "optimization.h" #include "oscillator.h" +#if USE_NEON +#define LPF_ORDER 12 // neon has to have divisable by 4 +#else #define LPF_ORDER 10 +#endif typedef struct {