Changes 3.3.1:
* Reduced planning time in estimate mode for sizes with large prime factors. * Added AVX autodetection under Visual Studio. * Modern Fortran interface now uses a separate fftw3l.f03 interface file for the long double interface, which is not supported by some Fortran compilers. Provided new fftw3q.f03 interface file to access the quadruple-precision FFTW routines with recent versions of gcc/gfortran. * Added support for the NEON extensions to the ARM ISA. * MPI code now compiles even if mpicc is a C++ compiler.
This commit is contained in:
parent
a83027bf23
commit
0b54d15e96
3 changed files with 9 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
||||||
# $NetBSD: Makefile,v 1.36 2011/07/28 06:23:41 adam Exp $
|
# $NetBSD: Makefile,v 1.37 2012/03/03 11:45:07 adam Exp $
|
||||||
|
|
||||||
DISTNAME= fftw-3.3
|
DISTNAME= fftw-3.3.1
|
||||||
CATEGORIES= math
|
CATEGORIES= math
|
||||||
MASTER_SITES= ftp://ftp.fftw.org/pub/fftw/ \
|
MASTER_SITES= ftp://ftp.fftw.org/pub/fftw/ \
|
||||||
http://www.fftw.org/
|
http://www.fftw.org/
|
||||||
|
|
|
@ -1,9 +1,11 @@
|
||||||
@comment $NetBSD: PLIST,v 1.10 2011/07/28 06:23:41 adam Exp $
|
@comment $NetBSD: PLIST,v 1.11 2012/03/03 11:45:07 adam Exp $
|
||||||
bin/fftw-wisdom
|
bin/fftw-wisdom
|
||||||
bin/fftw-wisdom-to-conf
|
bin/fftw-wisdom-to-conf
|
||||||
include/fftw3.f
|
include/fftw3.f
|
||||||
include/fftw3.f03
|
include/fftw3.f03
|
||||||
include/fftw3.h
|
include/fftw3.h
|
||||||
|
include/fftw3l.f03
|
||||||
|
include/fftw3q.f03
|
||||||
info/fftw3.info
|
info/fftw3.info
|
||||||
lib/libfftw3.la
|
lib/libfftw3.la
|
||||||
lib/pkgconfig/fftw3.pc
|
lib/pkgconfig/fftw3.pc
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
$NetBSD: distinfo,v 1.16 2011/07/28 06:23:41 adam Exp $
|
$NetBSD: distinfo,v 1.17 2012/03/03 11:45:07 adam Exp $
|
||||||
|
|
||||||
SHA1 (fftw-3.3.tar.gz) = e44493ba4babeacba184568e727876d9aed44205
|
SHA1 (fftw-3.3.1.tar.gz) = 3fecc492f576503a6a509d2073bd82b3fe0aef13
|
||||||
RMD160 (fftw-3.3.tar.gz) = 2a4969019d0b1eda5a09cf68f0a012d3fe30fff8
|
RMD160 (fftw-3.3.1.tar.gz) = 86ef73f8f934d5f0e5d21f07fc05683f7b3c1d82
|
||||||
Size (fftw-3.3.tar.gz) = 3965713 bytes
|
Size (fftw-3.3.1.tar.gz) = 4039988 bytes
|
||||||
|
|
Loading…
Reference in a new issue