Lines Matching +full:test +full:- +full:core +full:- +full:simd
9 license is BSD-like.
13 real vectors, utilizing the PFFFT library. The license is BSD-like.
17 It is work in progress - also the API!
27 West") is probably the first name that comes to mind -- I guess that
28 99% of open-source projects that need a FFT do use FFTW, and are happy
32 GNU GPL , which means that it cannot be used in non open-source
37 but it is larger as it deals with multi-dimensional transforms. This
43 [here](http://www.fftw.org/speed/opteron-2.2GHz-32bit/). It is however not
46 advantage of the SSE SIMD instructions available on Intel CPUs,
50 a 4-fold performance improvement.
55 SIMD FFT libraries. Translation to C was performed with [f2c](
61 and the test program. There is no license information in the netlib
65 "BSD-like" license, it is compatible with proprietary projects.
67 Adapting fftpack to deal with the SIMD 4-element vectors instead of
88 git clone --recursive https://github.com/hayguen/pffft.git
91 With `--recursive` the submodules for Green and Kiss-FFT are also fetched,
92 to use them in the benchmark. You can omit the `--recursive`-option.
96 git submodule update --init
114 fft that is at least 50% as fast as the fastest FFT -- especially on
116 on slow cpus (Atom, Intel Core 1, old Athlons, ARM Cortex-A9...), than
119 It can be used in a real-time context as the fft functions do not
120 perform any memory allocation -- that is why they accept a 'work'
127 …[https://www.nayuki.io/page/free-small-fft-in-multiple-languages](https://www.nayuki.io/page/free-…
128 It shows how small an FFT can be - including the Bluestein algorithm, but it's everything else than…
130 …-web-published-code/blob/master/free-small-fft-in-multiple-languages/FftComplex.cpp](https://githu…
137 sudo apt-get install build-essential gcc g++ cmake
142 sudo apt-get install libfftw3-dev gnuplot
151 The benchmark results are stored in a separate git-repository: