]> git.pld-linux.org Git - packages/fftw3.git/blob - fftw3-ac_simd.patch
- new
[packages/fftw3.git] / fftw3-ac_simd.patch
1 --- fftw-3.1/configure.ac.orig  2006-01-28 00:16:28.000000000 +0000
2 +++ fftw-3.1/configure.ac       2006-02-08 15:02:19.000000000 +0000
3 @@ -229,6 +229,8 @@
4  fi
5  fi
6  AC_SUBST(SIMD_CFLAGS)
7 +# pass simd flags to preprocessor/compiler for proper intrinsics detection.
8 +CPPFLAGS="$CPPFLAGS $SIMD_CFLAGS"
9  
10  dnl Checks for header files.
11  AC_HEADER_STDC
This page took 0.130384 seconds and 3 git commands to generate.