Fixed typo.
This commit is contained in:
parent
077ae7a86e
commit
2e44e24451
@ -166,7 +166,7 @@ prec_flags[1]=--enable-double
|
|||||||
prec_flags[2]=--enable-long-double
|
prec_flags[2]=--enable-long-double
|
||||||
prec_flags[3]=--enable-quad-precision
|
prec_flags[3]=--enable-quad-precision
|
||||||
|
|
||||||
%ifarch %{x86} x86_64
|
%ifarch %{ix86} x86_64
|
||||||
# Enable SSE2 support for x86 and x86_64
|
# Enable SSE2 support for x86 and x86_64
|
||||||
# (no avx as it is claimed to drastically slower)
|
# (no avx as it is claimed to drastically slower)
|
||||||
for((i=0;i<2;i++)); do
|
for((i=0;i<2;i++)); do
|
||||||
@ -315,6 +315,10 @@ fi
|
|||||||
%{_libdir}/libfftw3*.a
|
%{_libdir}/libfftw3*.a
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- After consultation with upstream, enable SSE2 also on x86, altivec on ppc
|
||||||
and ppc64 and NEON on arm.
|
and ppc64 and NEON on arm.
|
||||||
|
Loading…
Reference in New Issue
Block a user