On Fri, Oct 24, 2014 at 1:01 PM, Alan Lawrence <alan.lawre...@arm.com> wrote: > Similarly to last patch. > > Tested, in combination with previous patch: > bootstrap on arm-none-linux-gnueabihf > cross-tested check-gcc on arm-none-eabi. > > gcc/ChangeLog: > > config/arm/neon.md (reduc_smin_<mode> *2): Rename to... > (reduc_smin_scal_<mode> *2): ...this; extract scalar result. > (reduc_smax_<mode> *2): Rename to... > (reduc_smax_scal_<mode> *2): ...this; extract scalar result. > (reduc_umin_<mode> *2): Rename to... > (reduc_umin_scal_<mode> *2): ...this; extract scalar result. > (reduc_umax_<mode> *2): Rename to... > (reduc_umax_scal_<mode> *2): ...this; extract scalar result.
Ok. Ramana