From 9616fb9ff1c2694f5cfa2c4a59efa96094ae6812 Mon Sep 17 00:00:00 2001 From: Matteo Frigo Date: Sun, 29 Oct 2017 07:48:43 -0400 Subject: [PATCH] Update NEWS for upcoming fftw-3.3.7 --- NEWS | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/NEWS b/NEWS index 8862babc2..afa6f0236 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +FFTW 3.3.7: + +* Experimental support for cmake. +* Fixes for armv7a cycle counter. +* Official support for aarch64, now that we have hardware to test it. +* Tweak usage of FMA instructions in a way that favors newer processors + (Skylake and Ryzen) over older processors (Haswell). +* tests/bench: use 64-bit precision to compute mflops. + FFTW 3.3.6-pl2: * Bugfix: MPI Fortran-03 headers were missing in FFTW 3.3.6-pl1.