Re: [OpenWrt-Devel] [PATCH] imx6: optimize for NEON FPU hardware

2014-02-27 Thread Luka Perkov
On Tue, Feb 25, 2014 at 08:10:51AM -0800, Tim Harvey wrote: > 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 > --- > target/linux/imx6/Makefile | 2

[OpenWrt-Devel] [PATCH] imx6: optimize for NEON FPU hardware

2014-02-25 Thread Tim Harvey
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 --- target/linux/imx6/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/lin