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
Showing
1 changed file
with
6 additions
and
0 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 |
---|---|---|
|
@@ -8,6 +8,12 @@ FFTW 3.3.1 | |
- Added AVX autodetection under Visual Studio. Thanks Carsten | ||
Steger for submitting the necessary code. | ||
|
||
- Modern Fortran interface now uses a separate fftw3l.f03 interface | ||
file for the long double interface, which is not supported by | ||
some Fortran compilers. Provided new fftw3q.f03 interface file | ||
to access the quadruple-precision FFTW routines with recent | ||
versions of gcc/gfortran. | ||
|
||
* 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.) | ||
|