Log in

View Full Version : newer FFTW DLL's Windows?


Pages : 1 2 [3]

filler56789
15th October 2021, 13:09
Won't there be a 32-bit version?

Built, but not tested :–/

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

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

https://www.mediafire.com/file/zrrts64srv4uij9/FFTW-3.3.10-Win32DLLs.7z/file

GMJCZP
15th October 2021, 13:51
Thanks filler, it's the last version no?

EDIT1: is the last version, thanks.

EDIT2: thanks TinMan for your support.

EDIT3: It works correctly, thanks again filler56789

StainlessS
15th October 2021, 14:07
yip, thanx filler56789.

filler56789
15th October 2021, 16:46
EDIT3: It works correctly, thanks again filler56789

Great! :)

kedautinh12
23rd October 2021, 07:00
Built, but not tested :–/

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

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

https://www.mediafire.com/file/zrrts64srv4uij9/FFTW-3.3.10-Win32DLLs.7z/file

can you build x64 ver?? my fftw 3.3.10 x64 don't work correctly. Thanks

filler56789
23rd October 2021, 11:42
can you build x64 ver?? my fftw 3.3.10 x64 don,t work correctly. Thanks

https://forum.videohelp.com/threads/388908-fftw-3-3-7-DLLs

— third post, .RAR attachment.

kedautinh12
23rd October 2021, 11:55
Thanks

tormento
11th March 2022, 00:52
3.3.10 is out since a bit.

Any build for Windows?

Reel.Deel
11th March 2022, 02:35
3.3.10 is out since a bit.

Any build for Windows?

FFTW-3.3.10-DLLs.rar (https://forum.videohelp.com/attachments/61295-1634326839/FFTW-3.3.10-DLLs.rar)

From the same thread posted by filler56789.

tormento
11th March 2022, 12:26
From the same thread posted by filler56789.
And think that I had also looked at it... :p

ErazorTT
24th December 2023, 12:58
AMD has its own compilation of many scientifically used libraries specifically for the Zen architecture.
The official build can be downloaded here: https://www.amd.com/en/developer/aocl.html#downloads

After installation the dll can be found here: C:\Program Files\AMD\AOCL-Windows\amd-fftw\lib\shared

The relevant file is libfftw3f.dll which can be renamed to libfftw3f-3.dll and then used as usual.

tormento
18th April 2024, 15:58
This (https://fortran-lang.discourse.group/t/working-with-fftw-on-windows-10/5406/17) scares me out.

Any proof of what he is saying?