From 310c96731db49f0c6fd781ca216c58499ac15c95 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Jul 04 2014 11:40:27 +0000 Subject: Disable NEON on ARM (we don't enable by default, needs runtime detection) --- diff --git a/fftw.spec b/fftw.spec index 2f3ebe4..559c2f6 100644 --- a/fftw.spec +++ b/fftw.spec @@ -148,12 +148,13 @@ for((i=0;i<2;i++)); do done %endif -%ifarch %{arm} -# Compile support for NEON instructions -for((i=0;i<2;i++)); do - prec_flags[i]+=" --enable-neon" -done -%endif +# No NEON run time detection, not all ARM SoCs have NEON +#%ifarch %{arm} +## Compile support for NEON instructions +#for((i=0;i<2;i++)); do +# prec_flags[i]+=" --enable-neon" +#done +#%endif #%ifarch ppc ppc64 ## Compile support for Altivec instructions @@ -286,6 +287,7 @@ fi - SSE2 only arrived with P-4 - https://fedoraproject.org/wiki/Features/F12X86Support - Fix ARM macro +- Disable NEON on ARM (we don't enable by default, needs runtime detection) * Thu Jul 03 2014 Conrad Meyer - 3.3.4-3 - Build with --enable-avx (rhbz# 1114964)