forked from FFTW/fftw3
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7079b52
commit e1b527d
Showing
4 changed files
with
26 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
FFTW 3.3.1 | ||
|
||
* Added support for the NEON extensions to the ARM ISA. (Note to beta | ||
users: an ARM cycle counter is not yet implemented; please contact | ||
[email protected] if you know how to do it right.) | ||
|
||
* MPI code now compiles even if mpicc is a C++ compiler; thanks to | ||
Kyle Spyksma for the bug report. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
dnl Process this file with autoconf to produce a configure script. | ||
AC_INIT(fftw, 3.3.1, [email protected]) | ||
AC_INIT(fftw, 3.3.1-beta1, [email protected]) | ||
AC_CONFIG_SRCDIR(kernel/ifftw.h) | ||
# fftw-3.1.x was 4:X:1 | ||
# fftw-3.2.x was 5:X:2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters