]> git.pld-linux.org Git - packages/fftw3.git/commitdiff
- fix intrinsics detection.
authorPaweł Sikora <pluto@pld-linux.org>
Wed, 8 Feb 2006 15:12:59 +0000 (15:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fftw3-ac_simd.patch -> 1.1

fftw3-ac_simd.patch [new file with mode: 0644]

diff --git a/fftw3-ac_simd.patch b/fftw3-ac_simd.patch
new file mode 100644 (file)
index 0000000..75335fb
--- /dev/null
@@ -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
This page took 0.032572 seconds and 4 git commands to generate.