Skip to content

Commit b405994

Browse files
committed
update AUTHORS
1 parent 4d0c189 commit b405994

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

AUTHORS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ Steven G. Johnson <stevenj@alum.mit.edu>
66
Stefan Kral <skral@fftw.org> wrote genfft-k7/*.ml*, which was
77
added in fftw-3.0 and removed in fftw-3.2.
88

9+
Romain Dolbeau contributed support for AVX512 and KCvi.
10+
11+
Erik Lindahl contributed support for AVX2 and Power8 VSX.
12+
913
Support for the Cell Broadband Engine was graciously donated by the
1014
IBM Austin Research Lab, which was added in fftw-3.2 and removed in
1115
fftw-3.3.

mkdist.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ sh bootstrap.sh
1717
make maintainer-clean
1818
./configure --enable-maintainer-mode --enable-single --enable-sse --enable-threads
1919
make -j $NJOBS
20-
make -j $NJOBS dist
20+
make dist
2121

0 commit comments

Comments
 (0)