diff --git a/fftw.spec b/fftw.spec index 8b3735f..4a75a85 100644 --- a/fftw.spec +++ b/fftw.spec @@ -166,7 +166,7 @@ prec_flags[1]=--enable-double prec_flags[2]=--enable-long-double prec_flags[3]=--enable-quad-precision -%ifarch %{x86} x86_64 +%ifarch %{ix86} x86_64 # Enable SSE2 support for x86 and x86_64 # (no avx as it is claimed to drastically slower) for((i=0;i<2;i++)); do @@ -315,6 +315,10 @@ fi %{_libdir}/libfftw3*.a %changelog +* Mon Dec 24 2012 Susi Lehtola - 3.3.3-4 +- Fix typo: should be %%ix86 instead of %%x86. Now should have SSE2 support + on x86 as well. + * Tue Dec 18 2012 Susi Lehtola - 3.3.3-3 - After consultation with upstream, enable SSE2 also on x86, altivec on ppc and ppc64 and NEON on arm.