blob: eab510eca72201891a22213bbc3be8995ad529e9 [file] [log] [blame]
Name: PFFFT: a pretty fast FFT.
Short Name: PFFFT
URL: https://bitbucket.org/jpommier/pffft/
Version: 0
Date: 2014-08-09
Revision: 483453d8f766
License: BSD-like
License File: LICENSE
Security Critical: Yes
License Android Compatible: Yes
Description:
PFFFT does 1D Fast Fourier Transforms, of single precision real and complex vectors. It tries do it fast, it tries to be correct, and it tries to be small. Computations do take advantage of SSE1 instructions on x86 cpus, Altivec on powerpc cpus, and NEON on ARM cpus.
Local Modifications:
* 01-add_m_pi.diff: define M_PI if not defined
* 02-rmv_printf.diff: remove printf and stop including stdio.h
* 03-decl_validate_simd.diff: declare validate_pffft_simd() in pffft.h
* 04-add_m_ln2.diff: define M_LN2 if not defined
* 05-add_m_sqrt2.diff: define M_SQRT2 if not defined
* 06-add_m_pi_fftpack.diff: define M_PI if not defined (fftpack)