SOURCES: fftw3-ac_simd.patch (NEW) - fix intrinsics detection.
pluto
pluto at pld-linux.org
Wed Feb 8 16:13:04 CET 2006
Author: pluto Date: Wed Feb 8 15:13:04 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- fix intrinsics detection.
---- Files affected:
SOURCES:
fftw3-ac_simd.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/fftw3-ac_simd.patch
diff -u /dev/null SOURCES/fftw3-ac_simd.patch:1.1
--- /dev/null Wed Feb 8 16:13:04 2006
+++ SOURCES/fftw3-ac_simd.patch Wed Feb 8 16:12:59 2006
@@ -0,0 +1,11 @@
+--- fftw-3.1/configure.ac.orig 2006-01-28 00:16:28.000000000 +0000
++++ fftw-3.1/configure.ac 2006-02-08 15:02:19.000000000 +0000
+@@ -229,6 +229,8 @@
+ fi
+ fi
+ AC_SUBST(SIMD_CFLAGS)
++# pass simd flags to preprocessor/compiler for proper intrinsics detection.
++CPPFLAGS="$CPPFLAGS $SIMD_CFLAGS"
+
+ dnl Checks for header files.
+ AC_HEADER_STDC
================================================================
More information about the pld-cvs-commit
mailing list