disable altivec flag again, that works with single precision only
This commit is contained in:
parent
eb9a4701ad
commit
d2d0f9c11a
17
fftw.spec
17
fftw.spec
@ -1,6 +1,6 @@
|
|||||||
Name: fftw
|
Name: fftw
|
||||||
Version: 3.3.3
|
Version: 3.3.3
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
Summary: A Fast Fourier Transform library
|
Summary: A Fast Fourier Transform library
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -181,12 +181,12 @@ for((i=0;i<2;i++)); do
|
|||||||
done
|
done
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%ifarch ppc ppc64
|
#%ifarch ppc ppc64
|
||||||
# Compile support for Altivec instructions
|
## Compile support for Altivec instructions
|
||||||
for((i=0;i<2;i++)); do
|
#for((i=0;i<2;i++)); do
|
||||||
prec_flags[i]+=" --enable-altivec"
|
#prec_flags[i]+=" --enable-altivec"
|
||||||
done
|
#done
|
||||||
%endif
|
#%endif
|
||||||
|
|
||||||
# Loop over precisions
|
# Loop over precisions
|
||||||
%if %{quad}
|
%if %{quad}
|
||||||
@ -315,6 +315,9 @@ fi
|
|||||||
%{_libdir}/libfftw3*.a
|
%{_libdir}/libfftw3*.a
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jan 19 2013 PPC Secondary Arch Admin <karsten@redhat.com> 3.3.3-5
|
||||||
|
- disable altivec flag again, that works with single precision only
|
||||||
|
|
||||||
* Mon Dec 24 2012 Susi Lehtola <jussilehtola@fedoraproject.org> - 3.3.3-4
|
* 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
|
- Fix typo: should be %%ix86 instead of %%x86. Now should have SSE2 support
|
||||||
on x86 as well.
|
on x86 as well.
|
||||||
|
Loading…
Reference in New Issue
Block a user