FFTW / fftw3

DO NOT CHECK OUT THESE FILES FROM GITHUB UNLESS YOU KNOW WHAT YOU ARE DOING. (See below.)
GNU General Public License v2.0
2.72k stars 661 forks source link

No support for AVX-128-FMA when building with cmake? #230

Open stiobhan opened 3 years ago

stiobhan commented 3 years ago

Hi,

using the configure script one can enable AVX-128-FMA (-mfma4 compiler flag) using the flag --enable-avx-128-fma. I don't see any such option to enable it when compiling with cmake. Am I missing something or is this missing in the cmake configuration?