Fixed typo.

This commit is contained in:
Jussi Lehtola 2012-12-24 01:47:44 +02:00
parent 077ae7a86e
commit 2e44e24451

View File

@ -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 <jussilehtola@fedoraproject.org> - 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 <jussilehtola@fedoraproject.org> - 3.3.3-3
- After consultation with upstream, enable SSE2 also on x86, altivec on ppc
and ppc64 and NEON on arm.