muFFT
muFFT copied to clipboard
A library for computing the Fast Fourier Transform (FFT) in one or two dimensions.
In CmakeLists.txt I found: `# Cannot safely use -ffast-math, breaks on GCC due to reliance on -0.0f behavior.` Could you elaborate what breaks if -ffast-math would still be enabled? Does...
Has there been any work done to enable arm neon support? In this repo or in any forks?
Any plans to implement double-typed DFT? float is not enough for high-quality audio DSP.
Hi, I am getting compiler errors when trying to run the bench.c file in Mac terminal. I have the fftw3 library installed via pkg-config and I did "cmake cmakelists.txt". But...
In my project, I simply copy the files and define MUFFT_HAVE_X86 and MUFFT_HAVE_SSE inside fft_internals.h. Then I compile my program with gcc (mingw on windows) with -msse2 for enabling sse2....
Hi, author of muFFT In repo muFFT README, "Designed and optimized for SIMD architectures, with optimizations for SSE, SSE3 and AVX-256 currently implemented. ARMv7 and ARMv8 NEON optimizations are expected...