Skip to content

Commit

Permalink
update NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
matteo-frigo committed May 16, 2019
1 parent ebde7c4 commit b43eba5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
FFTW 3.3.9:

* Fix wisdom for avx512.

The avx512 alignment requirement was set to 64 bytes, but this is
wrong. Alignment requirements are a property of the platform (e.g.,
x86) and not of the instruction set (e.g., AVX). Among other
things, this broke wisdom with avx512.

Note that avx512 support is still experimental because the FFTW
authors have no avx512 hardware available for testing.

FFTW 3.3.8:

* Fixed AVX, AVX2 for gcc-8.
Expand Down

0 comments on commit b43eba5

Please sign in to comment.