aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2020-12-24added cmake option to fix building with MSVC using clangCLdario mambro
2020-12-24added support for doubles with sse2dario mambro
2020-11-12compile PFDSP (mixer) on ARM with ability to use NEON - utilizing sse2neon.hhayati ayguen
2020-11-11added initial PFDSP library with mixer, carrier (generation) and cic functionshayati ayguen
2020-08-28reduce/suppress MSVC compiler warningshayati ayguen
2020-06-13added single precision float of PocketFFt to benchmarkhayati ayguen
2020-06-12added PocketFFT to benchmarkhayati ayguen
2020-04-13moved common functions into pffft_common.chayati ayguen
2020-04-13bugfix and lots of rework and some enhancementshayati ayguen
2020-04-04rename test_pffft to test_pffft_floathayati ayguen
2020-03-30optional c++11 AlignedVector aliasdario mambro
2020-03-29update README and C standard: C99 doesn't require gcc extensionshayati ayguen
2020-03-29removed most gcc extensions in source - but still requiredhayati ayguen
2020-03-29lowered required C++ standard from 11 to 98 for the c++ wrapperhayati ayguen
2020-03-29fix C++ interface pffft.hpp and test_pffft.cpp - for gcchayati ayguen
2020-03-28c++ wrapper with testdario mambro
2020-03-26single library for float and double; unique implementation 'template'hayati 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-03-25minor fixes after merge of pull requesthayati ayguen
2020-03-24changed notation for double precision versiondario mambro
2020-03-24double precision floating point implementation and testdario mambro
2020-01-10add PFFASTCONV library and test + benchhayati ayguen
2020-01-09fix cmake/compilation when (git) cloning without recursionhayati ayguen
2019-12-28rename test_pffft.c into bench_pffft.chayati ayguen
2019-12-27cmake support for cmake-2.8 (CentOS-7)hayati ayguen
2019-12-27added option NEON for ARMhayati ayguen
2019-12-25added generation of gnuplot figures as pseudo-ctest; +bench_all.shhayati ayguen
2019-12-25fix benchmark table outputhayati ayguen
2019-12-23added kissfft and greenffts to benchmarks .. with cmake optionshayati ayguen
2019-12-22added cmake options: USE_FFTW and USE_SIMDhayati ayguen
2019-12-22add cmake supporthayati ayguen