aboutsummaryrefslogtreecommitdiff
path: root/pffft.c
AgeCommit message (Expand)Author
2020-04-13moved common functions into pffft_common.chayati ayguen
2020-04-13bugfix and lots of rework and some enhancementshayati ayguen
2020-03-26single library for float and double; unique implementation 'template'hayati ayguen
2020-03-26fix typo fix, use 'SETUP_STRUCT' define insteadhayati ayguen
2020-03-26unified pffft.c and pffft_double.c, extracted pf_[avx_]double.hhayati ayguen
2020-03-25split fpsimd_macros in one header per architecture (and datatype float/double)hayati ayguen
2020-02-29minor additions and bugfix convolution benchmarkhayati ayguen
2020-02-29option: data type (double) with compiler definition or in pffft headerhayati ayguen
2020-01-10add PFFASTCONV library and test + benchhayati ayguen
2019-12-25added generation of gnuplot figures as pseudo-ctest; +bench_all.shhayati ayguen
2019-12-23merge support for 64-bit arm (the preprocessor tests had to be fixed) + bench...hayati ayguen
2018-11-23disable MSVC "4456" warning.meng ke
2018-11-23avoid some warnings.meng ke
2018-11-23fix a bug that Visual Studio can not find "M_PI"meng ke
2016-04-07fix -Wconversion warningsMárton Danóczy
2015-10-06Shut up MSVC warningsR. Martinho Fernandes
2013-01-12fixed a bug in real ffts for N multiple of 25; work around a compiler bug wit...Julien Pommier
2012-10-11added code for handling sizes multiples of 5Julien Pommier
2012-10-11minor compilation fixesJulien Pommier
2011-11-20benchmarks addedJulien Pommier
2011-11-19initial commitJulien Pommier