Disable NEON on ARM (we don't enable by default, needs runtime detection)

This commit is contained in:
Peter Robinson 2014-07-04 12:40:27 +01:00
parent 5e1dd963bd
commit 310c96731d

View File

@ -148,12 +148,13 @@ for((i=0;i<2;i++)); do
done done
%endif %endif
%ifarch %{arm} # No NEON run time detection, not all ARM SoCs have NEON
# Compile support for NEON instructions #%ifarch %{arm}
for((i=0;i<2;i++)); do ## Compile support for NEON instructions
prec_flags[i]+=" --enable-neon" #for((i=0;i<2;i++)); do
done # prec_flags[i]+=" --enable-neon"
%endif #done
#%endif
#%ifarch ppc ppc64 #%ifarch ppc ppc64
## Compile support for Altivec instructions ## Compile support for Altivec instructions
@ -286,6 +287,7 @@ fi
- SSE2 only arrived with P-4 - SSE2 only arrived with P-4
- https://fedoraproject.org/wiki/Features/F12X86Support - https://fedoraproject.org/wiki/Features/F12X86Support
- Fix ARM macro - Fix ARM macro
- Disable NEON on ARM (we don't enable by default, needs runtime detection)
* Thu Jul 03 2014 Conrad Meyer <cemeyer@uw.edu> - 3.3.4-3 * Thu Jul 03 2014 Conrad Meyer <cemeyer@uw.edu> - 3.3.4-3
- Build with --enable-avx (rhbz# 1114964) - Build with --enable-avx (rhbz# 1114964)