We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9616fb9 commit 9e3f8daCopy full SHA for 9e3f8da
NEWS
@@ -1,6 +1,14 @@
1
FFTW 3.3.7:
2
3
-* Experimental support for cmake.
+* Experimental support for CMake.
4
+
5
+ The primary build mechanism for FFTW remains GNU autoconf/automake.
6
+ CMake support is meant to offer an easy way to compile FFTW on
7
+ Windows, and as such it does not cover all the features of the
8
+ automake build system, such as exotic cycle counters,
9
+ cross-compiling, or build of binaries for a mixture of ISA's
10
+ (e.g., amd64 vs amd64+avx vs amd64+avx2). Patches are welcome.
11
12
* Fixes for armv7a cycle counter.
13
* Official support for aarch64, now that we have hardware to test it.
14
* Tweak usage of FMA instructions in a way that favors newer processors
0 commit comments