Changed FFTW warning from AVX to no SSE
authorBerk Hess <hess@kth.se>
Thu, 7 May 2015 08:45:27 +0000 (10:45 +0200)
committerBerk Hess <hess@kth.se>
Mon, 11 May 2015 13:38:33 +0000 (15:38 +0200)
commitd33720e6c87063242fa851ef7908b0720f1e80ae
tree9e4627e907eeab1fce3f23376d9694bcdbf60d88
parent7d62d8f604036e5a062c6ea25be715f0e50a50c9
Changed FFTW warning from AVX to no SSE

Changed the cmake FFTW SIMD check warning from complaining about
AVX to complaining about missing SSE or SSE2.
With FFTW 3.3.4 the performance of FFTW with both SSE and AVX enabled
is often a bit better and never much worse than SSE along. Newer
Intel processors probably also perform better with AVX with FFTW 3.3.3
so we should not complain about the combination of SSE(2) and AVX,
but only when SSE is missing.

Change-Id: I3665a35ec98616f015d05e314c8fbb80a8862092
cmake/FindFFTW.cmake
cmake/gmxManageFFTLibraries.cmake