diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-05-27 16:51:15 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-05-27 16:51:15 +0200 |
commit | 8c3b37a76abccf8851e2fccfd1c218d71cbee44d (patch) | |
tree | c14b575c690391cc40c60687dfc64d5c40b779e3 /INSTALL | |
parent | 4fe6a33685ce9cc0be44319fca5ce30e05bfb090 (diff) | |
download | dabmod-8c3b37a76abccf8851e2fccfd1c218d71cbee44d.tar.gz dabmod-8c3b37a76abccf8851e2fccfd1c218d71cbee44d.tar.bz2 dabmod-8c3b37a76abccf8851e2fccfd1c218d71cbee44d.zip |
Remove broken KISS FFT support
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 10 |
1 files changed, 1 insertions, 9 deletions
@@ -3,9 +3,9 @@ Required dependencies: * A C++11 capable compiler * Boost 1.41 or later + * FFTW 3.x * Optional UHD for USRP * Optional ZeroMQ http://www.zeromq.org - * Optional FFTW 3.x (included KISS FFT is used as fallback) Simple install procedure: ========================= @@ -26,14 +26,6 @@ The configure script can be launch with a variety of options: output and remotecontrol. --disable-output-uhd Disable the binding to the UHD driver for USRPs -You have the choice between two FFT libraries: KISS FFT and FFTW. KISS FFT is a -proven library, but it's performance is worse than with the new FFTW. With KISS -FFT, you have the choice between using the normal version, or the SIMD -accelerated version, which is a bit faster. The corresponding options are: - - --enable-kiss-fft Prefer KISS FFT over FFTW - --enable-fft-simd Enable SIMD instructions for KISS FFT - Debugging options: You should not enable debug if you need good performance. By default, debug is disabled. --enable-debug Do not compile with debugging, and enable optimisations |