From: Luka Perkov Date: Thu, 27 Feb 2014 22:41:40 +0000 (+0000) Subject: imx6: optimize for NEON FPU hardware X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f7f117b88df3728c116902c29b04b59b38600633;hp=f7f117b88df3728c116902c29b04b59b38600633;p=librecmc%2Flibrecmc.git imx6: optimize for NEON FPU hardware The IMX6 SoC uses an ARM Cortext-A9 which has both NEON and VFPv3 hardware blocks. This will tune gcc to use neon instead of vfpv3 which will outperform VFPv3. Signed-off-by: Tim Harvey SVN-Revision: 39760 ---