vsrepo icon indicating copy to clipboard operation
vsrepo copied to clipboard

fftw3 3.3.10 update request.

Open fuchanghao opened this issue 1 year ago • 0 comments

fftw3 already updated to 3.3.10.

But the repository only has old 3.3.5 editions.

So I build the 3.3.10 follow by filler56789's post: https://forum.doom9.org/showthread.php?t=174470&page=6

MSVC build by vcpkg with Visual Studio 2022 v17.3.4.

vcpkg install fftw3[sse2,avx,avx2,threads]:x64-windows
vcpkg install fftw3[sse2,avx,avx2,threads]:x86-windows

GCC 12.2 build by msys2 with all editions (mingw32/mingw64/ucrt64)

build config:

libfftw3-3.dll
./configure --enable-shared --enable-sse2 --enable-avx --enable-avx2 --disable-fortran --enable-threads --with-combined-threads --with-our-malloc

libfftw3f-3.dll
./configure --enable-shared --enable-float --enable-sse2 --enable-avx --enable-avx2 --disable-fortran --enable-threads --with-combined-threads --with-our-malloc

libfftw3l-3.dll
./configure --enable-shared --enable-long-double --disable-fortran --enable-threads --with-combined-threads --with-our-malloc

download:

FFTW-3.3.10.zip

fuchanghao avatar Sep 21 '22 01:09 fuchanghao