Sign in
android
/
platform
/
external
/
pffft
/
3ed4f11f791292e68e081a74db5efc9030167652
/
CMakeLists.txt
00ba746
added cmake option to fix building with MSVC using clangCL
by dario mambro
· 4 years, 3 months ago
6d78ad8
added support for doubles with sse2
by dario mambro
· 4 years, 3 months ago
2587d83
compile PFDSP (mixer) on ARM with ability to use NEON - utilizing sse2neon.h
by hayati ayguen
· 4 years, 4 months ago
29eb847
added initial PFDSP library with mixer, carrier (generation) and cic functions
by hayati ayguen
· 4 years, 4 months ago
ee17cb0
reduce/suppress MSVC compiler warnings
by hayati ayguen
· 4 years, 7 months ago
223c62a
added single precision float of PocketFFt to benchmark
by hayati ayguen
· 4 years, 9 months ago
1c17fd4
added PocketFFT to benchmark
by hayati ayguen
· 4 years, 9 months ago
eeb17fc
moved common functions into pffft_common.c
by hayati ayguen
· 5 years ago
ca11241
bugfix and lots of rework and some enhancements
by hayati ayguen
· 5 years ago
304569e
rename test_pffft to test_pffft_float
by hayati ayguen
· 5 years ago
a1cfad4
optional c++11 AlignedVector alias
by dario mambro
· 5 years ago
6e61209
update README and C standard: C99 doesn't require gcc extensions
by hayati ayguen
· 5 years ago
c974c1d
removed most gcc extensions in source - but still required
by hayati ayguen
· 5 years ago
7b3ca7d
lowered required C++ standard from 11 to 98 for the c++ wrapper
by hayati ayguen
· 5 years ago
63794b2
fix C++ interface pffft.hpp and test_pffft.cpp - for gcc
by hayati ayguen
· 5 years ago
cb97184
c++ wrapper with test
by dario mambro
· 5 years ago
88918bb
single library for float and double; unique implementation 'template'
by hayati ayguen
· 5 years ago
01d26a7
unified pffft.c and pffft_double.c, extracted pf_[avx_]double.h
by hayati ayguen
· 5 years ago
17c5f98
split fpsimd_macros in one header per architecture (and datatype float/double)
by hayati ayguen
· 5 years ago
653f77b
minor fixes after merge of pull request
by hayati ayguen
· 5 years ago
b42ce92
changed notation for double precision version
by dario mambro
· 5 years ago
5850463
double precision floating point implementation and test
by dario mambro
· 5 years ago
b2d2936
add PFFASTCONV library and test + bench
by hayati ayguen
· 5 years ago
42db3f1
fix cmake/compilation when (git) cloning without recursion
by hayati ayguen
· 5 years ago
31f26b1
rename test_pffft.c into bench_pffft.c
by hayati ayguen
· 5 years ago
da5ff3e
cmake support for cmake-2.8 (CentOS-7)
by hayati ayguen
· 5 years ago
ccff6d9
added option NEON for ARM
by hayati ayguen
· 5 years ago
bc8d4a8
added generation of gnuplot figures as pseudo-ctest; +bench_all.sh
by hayati ayguen
· 5 years ago
cd60b96
fix benchmark table output
by hayati ayguen
· 5 years ago
4c3a87a
added kissfft and greenffts to benchmarks .. with cmake options
by hayati ayguen
· 5 years ago
a767b6e
added cmake options: USE_FFTW and USE_SIMD
by hayati ayguen
· 5 years ago
2900c18
add cmake support
by hayati ayguen
· 5 years ago