Skip to content

Commit 9e3f8da

Browse files
committed
NEWS: warn that cmake support is experimental and not well tested
1 parent 9616fb9 commit 9e3f8da

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

NEWS

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
FFTW 3.3.7:
22

3-
* Experimental support for cmake.
3+
* 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+
412
* Fixes for armv7a cycle counter.
513
* Official support for aarch64, now that we have hardware to test it.
614
* Tweak usage of FMA instructions in a way that favors newer processors

0 commit comments

Comments
 (0)