diff options
author | adam <adam@pkgsrc.org> | 2006-05-24 19:24:40 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2006-05-24 19:24:40 +0000 |
commit | 17cbf15f1eb3bc55f1d79c2855ad5f93829fd708 (patch) | |
tree | 5528182b3e17af9973704af34e93823b3f1fc6e7 /math | |
parent | da732bd61def1059dcd817d2627d088a9057c061 (diff) | |
download | pkgsrc-17cbf15f1eb3bc55f1d79c2855ad5f93829fd708.tar.gz |
Changes 3.1.1:
* Performance improvements for Intel EMT64.
* Performance improvements for large-size transforms with SIMD.
* Cycle counter support for Intel icc and Visual C++ on x86-64.
* In fftw-wisdom tool, replaced obsolete --impatient with --measure.
* Fixed compilation failure with AIX/xlc; thanks to Joseph Thomas.
* Windows DLL support for Fortran API (added missing __declspec(dllexport)).
* SSE/SSE2 code works properly (i.e. disables itself) on older 386 and 486
CPUs lacking a CPUID instruction; thanks to Eric Korpela.
Diffstat (limited to 'math')
-rw-r--r-- | math/fftw/Makefile | 5 | ||||
-rw-r--r-- | math/fftw/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/math/fftw/Makefile b/math/fftw/Makefile index 486d1ce5069..840e138ffdf 100644 --- a/math/fftw/Makefile +++ b/math/fftw/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.23 2006/03/31 23:56:28 jlam Exp $ +# $NetBSD: Makefile,v 1.24 2006/05/24 19:24:40 adam Exp $ -DISTNAME= fftw-3.1 -PKGREVISION= 1 +DISTNAME= fftw-3.1.1 CATEGORIES= math MASTER_SITES= ftp://ftp.fftw.org/pub/fftw/ \ http://www.fftw.org/ diff --git a/math/fftw/distinfo b/math/fftw/distinfo index 74bcc2cc97c..8883c8aacf6 100644 --- a/math/fftw/distinfo +++ b/math/fftw/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2006/01/30 09:25:09 adam Exp $ +$NetBSD: distinfo,v 1.10 2006/05/24 19:24:40 adam Exp $ -SHA1 (fftw-3.1.tar.gz) = c7bc0e2a8385503cbabec699017f33a56350db3d -RMD160 (fftw-3.1.tar.gz) = af9f8a720daa60597416ca3ed3a54b8a789a6d44 -Size (fftw-3.1.tar.gz) = 2692325 bytes +SHA1 (fftw-3.1.1.tar.gz) = 4efa2482451a71ea0887997eee7ce7b168e8efea +RMD160 (fftw-3.1.1.tar.gz) = 4236f43159a39e3bd9d34bda1b95ce82609d26b6 +Size (fftw-3.1.1.tar.gz) = 2719997 bytes |