[go: nahoru, domu]

Skip to content

Tags: Deterty88/fftw3

Tags

fftw-3.3.10

Toggle fftw-3.3.10's commit message
Update configure.ac for 3.3.10

fftw-3.3.10-rc1

Toggle fftw-3.3.10-rc1's commit message
Use -mavx2 instead of -march=core-avx2

It appears that -march=core-avx2 was necessary on some old version of
gcc-4.8, but setting -march is problematic for users who want to set
-march themselves.

It appears that whatever gcc bug caused us to use -march=core-avx2 in
2015 is long gone.  I have checked gcc-4.8.5 on centos-7 and
oraclelinux-7 (both 64-bit) and on 32-bit debian jessie and in all
cases -mavx2 is sufficient.

Therefore, given that the original cause for using -march is gone and
that using -march causes problems, I am removing the automatic
selection of -march=core-avx2 and I am using -mavx2 instead.  Users
for whom this is a problem can still override the default via

  ./configure --enable-avx2 AVX2_CFLAGS=...

fftw-3.3.9

Toggle fftw-3.3.9's commit message
Updated NEWS for fftw-3.3.9

fftw-3.3.9-rc1

Toggle fftw-3.3.9-rc1's commit message
Updated NEWS for fftw-3.3.9

fftw-3.3.8

Toggle fftw-3.3.8's commit message
Bump FFTW_MINOR_VERSION for fftw-3.3.8

fftw-3.3.7

Toggle fftw-3.3.7's commit message
fftw-mpi.h should include <fftw3.h>, not "fftw3.h"

fftw-3.3.7-rc2

Toggle fftw-3.3.7-rc2's commit message
fftw-mpi.h should include <fftw3.h>, not "fftw3.h"

fftw-3.3.7-rc1

Toggle fftw-3.3.7-rc1's commit message
Update NEWS for upcoming fftw-3.3.7

fftw-3.3.6-pl2

Toggle fftw-3.3.6-pl2's commit message
Update NEWS for 3.3.6-pl2

fftw-3.3.6-pl1

Toggle fftw-3.3.6-pl1's commit message
Release 3.3.6-pl1