diff options
author | adam <adam> | 2012-11-26 17:36:50 +0000 |
---|---|---|
committer | adam <adam> | 2012-11-26 17:36:50 +0000 |
commit | 9a6bcfc739aebb5048d0088ca3dbf28563596128 (patch) | |
tree | 011733482273017eebafaeccfe1e2d120e8fcba6 /math/fftw | |
parent | 1d5ef13607eb3b9ba3351bf32381b6c3682ecb86 (diff) | |
download | pkgsrc-9a6bcfc739aebb5048d0088ca3dbf28563596128.tar.gz |
Changes 3.3.3:
* Fix deadlock bug in MPI transforms (thanks to Michael Pippig for the
bug report and patch, and to Graham Dennis for the bug report).
* Use 128-bit ARM NEON instructions instead of 64-bits. This change
appears to speed up even ARM processors with a 64-bit NEON pipe.
* Speed improvements for single-precision AVX.
* Speed up planner on machines without "official" cycle counters, such as ARM.
Diffstat (limited to 'math/fftw')
-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 62340800398..e9a19bd2f4a 100644 --- a/math/fftw/Makefile +++ b/math/fftw/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.41 2012/10/24 08:57:46 wiz Exp $ +# $NetBSD: Makefile,v 1.42 2012/11/26 17:36:50 adam Exp $ -DISTNAME= fftw-3.3.2 -PKGREVISION= 2 +DISTNAME= fftw-3.3.3 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 1e4df2fe259..d4b8ac052fd 100644 --- a/math/fftw/distinfo +++ b/math/fftw/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.18 2012/05/29 13:40:16 wiz Exp $ +$NetBSD: distinfo,v 1.19 2012/11/26 17:36:50 adam Exp $ -SHA1 (fftw-3.3.2.tar.gz) = 11a8c31186ff5a7d686a79a3f21b2530888e0dc2 -RMD160 (fftw-3.3.2.tar.gz) = dbf87fcb7812024b80744335d433ade53bad8a4f -Size (fftw-3.3.2.tar.gz) = 3908279 bytes +SHA1 (fftw-3.3.3.tar.gz) = 11487180928d05746d431ebe7a176b52fe205cf9 +RMD160 (fftw-3.3.3.tar.gz) = f45e97f06ffaf59b5022ea5e33ef240cb5e84e74 +Size (fftw-3.3.3.tar.gz) = 3920661 bytes |