summaryrefslogtreecommitdiff
path: root/math/fftwf/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2016-08-19 12:40:18 +0000
committerwiz <wiz@pkgsrc.org>2016-08-19 12:40:18 +0000
commitb41020c5d7eb0a7e83c62dee847477063c9e340c (patch)
tree16bcbd4ae25ee632bfdae5f824f6f4a300ff1496 /math/fftwf/Makefile
parent4db82762d68bfb7f7b5de7b911a979ea5cbd3a27 (diff)
downloadpkgsrc-b41020c5d7eb0a7e83c62dee847477063c9e340c.tar.gz
Update fftw{,f} to 3.3.5.
FFTW 3.3.5: * New SIMD support: - Power8 VSX instructions in single and double precision. To use, add --enable-vsx to configure. - Support for AVX2 (256-bit FMA instructions). To use, add --enable-avx2 to configure. - Experimental support for AVX512 and KCVI. (--enable-avx512, --enable-kcvi) This code is expected to work but the FFTW maintainers do not have hardware to test it. - Support for AVX128/FMA (for some AMD machines) (--enable-avx128-fma) - Double precision Neon SIMD for aarch64. This code is expected to work but the FFTW maintainers do not have hardware to test it. - generic SIMD support using gcc vector intrinsics * Add fftw_make_planner_thread_safe() API * fix #18 (disable float128 for CUDACC) * fix #19: missing Fortran interface for fftwq_alloc_real * fix #21 (don't use float128 on Portland compilers, which pretend to be gcc) * fix: Avoid segfaults due to double free in MPI transpose * Special note for distribution maintainers: Although FFTW supports a zillion SIMD instruction sets, enabling them all at the same time is a bad idea, because it increases the planning time for minimal gain. We recommend that general-purpose x86 distributions only enable SSE2 and perhaps AVX. Users who care about the last ounce of performance should recompile FFTW themselves.
Diffstat (limited to 'math/fftwf/Makefile')
-rw-r--r--math/fftwf/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/math/fftwf/Makefile b/math/fftwf/Makefile
index 31a2ba58fb6..8a6defd59ed 100644
--- a/math/fftwf/Makefile
+++ b/math/fftwf/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.21 2016/07/09 06:38:33 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2016/08/19 12:40:18 wiz Exp $
-DISTNAME= fftw-3.3.4
+DISTNAME= fftw-3.3.5
PKGNAME= ${DISTNAME:C/fftw/fftwf/}
-PKGREVISION= 2
CATEGORIES= math
MASTER_SITES= ftp://ftp.fftw.org/pub/fftw/ \
http://www.fftw.org/