Commit dcecc3b4 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

ARM: pretend not lack the FPU even if we have one

While VFP/NEON do support floating point instructions, they appear to
be noticeably slower than fixed point.
parent cbc5923f
......@@ -227,7 +227,7 @@ out:
#elif defined( __arm__ )
# if defined( __ARM_EABI__ ) && !defined( __SOFTFP__ )
i_capabilities |= CPU_CAPABILITY_FPU;
// i_capabilities |= CPU_CAPABILITY_FPU;
# endif
#elif defined( __powerpc__ ) || defined( __ppc__ ) || defined( __ppc64__ )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment