We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d0c189 commit b405994Copy full SHA for b405994
AUTHORS
@@ -6,6 +6,10 @@ Steven G. Johnson <stevenj@alum.mit.edu>
6
Stefan Kral <skral@fftw.org> wrote genfft-k7/*.ml*, which was
7
added in fftw-3.0 and removed in fftw-3.2.
8
9
+Romain Dolbeau contributed support for AVX512 and KCvi.
10
+
11
+Erik Lindahl contributed support for AVX2 and Power8 VSX.
12
13
Support for the Cell Broadband Engine was graciously donated by the
14
IBM Austin Research Lab, which was added in fftw-3.2 and removed in
15
fftw-3.3.
mkdist.sh
@@ -17,5 +17,5 @@ sh bootstrap.sh
17
make maintainer-clean
18
./configure --enable-maintainer-mode --enable-single --enable-sse --enable-threads
19
make -j $NJOBS
20
-make -j $NJOBS dist
+make dist
21
0 commit comments