On Thu, Feb 13, 2014 at 4:15 PM, Kugan <kugan.vivekanandara...@linaro.org> wrote: > Hi, > > Is there any reason why HFmode is not there in arm_preferred_simd_mode? > NEON does support this.
Most likely because there is no support for Half-float in the vectorizer. Thanks, Andrew Pinski > > Cross regression tested for arm-none-linux-gnueabi with qemu and no new > regressions. > > Attached patch enables this. Is this OK for stage1. > > Thanks, > Kugan > > gcc/ > +2014-02-14 Kugan Vivekanandarajah <kug...@linaro.org> > + > + * config/arm/arm.c (arm_preferred_simd_mode): Add HFmode to > + preferred modes. > >