From 6fe43f2a75f527b00ed7a16ad76b69b19d223410 Mon Sep 17 00:00:00 2001 From: adam Date: Wed, 24 May 2006 19:24:40 +0000 Subject: 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. --- math/fftw/Makefile | 5 ++--- math/fftw/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 7 deletions(-) (limited to 'math/fftw') 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 -- cgit v1.2.3