optimize FFT

This commit is contained in:
Sebastien Bourdeauducq 2023-09-11 19:20:20 +08:00
parent 49d0fa5130
commit 5b8f284a41
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,8 @@
#include <libbladeRF.h>
#define POCKETFFT_CACHE_SIZE (16*1024*1024)
#define POCKETFFT_NO_MULTITHREADING // MT doesn't seem to help at small sizes
#include <pocketfft_hdronly.h>