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.
This commit is contained in:
parent
579df92014
commit
60eb8d67e3
2 changed files with 6 additions and 7 deletions
|
@ -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/
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue