From 8c3b37a76abccf8851e2fccfd1c218d71cbee44d Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Fri, 27 May 2016 16:51:15 +0200 Subject: Remove broken KISS FFT support --- INSTALL | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index 5db412b..8e529a6 100644 --- a/INSTALL +++ b/INSTALL @@ -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 -- cgit v1.2.3