On 26 April 2013 14:28, James Greenhalgh <james.greenha...@arm.com> wrote: > > Hi, > > This patch adds float -> int builtins to the set > of builtins we can try to vectorize in aarch64_builtin_vectorized_function. > > In particular, we add BUILT_IN_IFLOORF, BUILT_IN_ICEILF, BUILT_IN_LROUND, > BUILT_IN_IROUNDF. > > The BUILT_IN_LROUND cases won't be triggered unless -ffast-math > or something else which turns off inexact errors is enabled. > > Regression tested for aarch64-none-elf with no regressions. > > Thanks, > James > > --- > gcc/ > > 2013-04-26 James Greenhalgh <james.greenha...@arm.com> > > * config/aarch64/aarch64-builtins.c > (aarch64_builtin_vectorized_function): Vectorize over ifloorf, > iceilf, lround, iroundf.
OK /Marcus