On 26/11/12 14:40, Kyrylo Tkachov wrote:
Hi all, This patch adds support for the AArch32 vmaxnm and vminnm VFP instructions in that can be used to implement the smax[sf,df]3 and smin[sf,df]3 RTL patterns. The patterns are only used by gcc when unsafe math optimisations are turned on. Two new values for the type attribute are introduced: f_minmaxs and f_minmaxd.New compilation tests are added. They pass and no regressions on arm-none-eabi. Ok for trunk?
OK. R.