mirror of
https://github.com/radio95-rnt/fm95.git
synced 2026-07-30 16:29:15 +02:00
redo neon in filter
This commit is contained in:
+1
-7
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user