Difference between revisions of "BeagleBoard/GSoC/Ideas-2016"
< BeagleBoard | GSoC
(→NEON Support for FFTW) |
|||
Line 5: | Line 5: | ||
=== NEON Support for FFTW === | === NEON Support for FFTW === | ||
− | [http://www.fftw.org|FFTW | + | [http://www.fftw.org| FFTW] is a library for calculating the [http://mathworld.wolfram.com/FastFourierTransform.html| Fast Fourier Transform]. The current implementation of FFTW contains SIMD optimizations for several instructions sets. It should be possible to add optimizations for the NEON SIMD co-processor in the Beagle Board. |
Revision as of 05:55, 27 February 2009
Summer code of ideas for 2009
Ideas
NEON Support for FFTW
FFTW is a library for calculating the Fast Fourier Transform. The current implementation of FFTW contains SIMD optimizations for several instructions sets. It should be possible to add optimizations for the NEON SIMD co-processor in the Beagle Board.