[AArch64] Rewrite vabs<q>_s<8,16,32,64> AdvSIMD intrinsics to fold to tree.

Marek Polacek polacek@redhat.com
Fri Jul 19 20:54:00 GMT 2013


On Fri, Jul 19, 2013 at 08:09:05PM +0100, James Greenhalgh wrote:
> +  /* Forecfully avoid optimization.  */				\

A typo.

> +  asm volatile ("" : : : "memory");				\
> +  test_vabs_##size (res1, pool1);				\
> +  for (i = 0; i < lanes_64; i++)				\
> +    if (res1[i] != expected1[i])				\
> +      abort ();							\
> +								\
> +  /* Forecfully avoid optimization.  */				\

Same.

	Marek



More information about the Gcc-patches mailing list