mirror of
https://github.com/radio95-rnt/fm95.git
synced 2026-07-31 16:59:16 +02:00
now?
This commit is contained in:
@@ -7,7 +7,11 @@
|
|||||||
#include "optimization.h"
|
#include "optimization.h"
|
||||||
#include "oscillator.h"
|
#include "oscillator.h"
|
||||||
|
|
||||||
|
#if USE_NEON
|
||||||
|
#define LPF_ORDER 12 // neon has to have divisable by 4
|
||||||
|
#else
|
||||||
#define LPF_ORDER 10
|
#define LPF_ORDER 10
|
||||||
|
#endif
|
||||||
|
|
||||||
typedef struct
|
typedef struct
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user