aboutsummaryrefslogtreecommitdiff
path: root/fftpack.c
AgeCommit message (Collapse)Author
2020-03-29removed most gcc extensions in source - but still requiredhayati ayguen
* replaced the c++ style '//' comments * added explicit math defines M_PI, .. - if not already defined * gcc function (inline) attributes still require the extensions :-( Signed-off-by: hayati ayguen <h_ayguen@web.de>
2013-01-12fixed a bug in real ffts for N multiple of 25; work around a compiler bug ↵Julien Pommier
with clang 3.2 for arm on linux
2011-11-20benchmarks addedJulien Pommier
2011-11-19initial commitJulien Pommier