Re: [AArch64] [1/4 Fix vtbx1] Allow signed and unsigned versions of intrinsics to coexist.

2013-11-26 Thread Marcus Shawcroft
On 22 November 2013 15:11, James Greenhalgh wrote: > gcc/ > > 2013-11-22 James Greenhalgh > > * config/aarch64/aarch64-builtins.c > (VAR1): Use new naming scheme for aarch64_builtins. > (aarch64_builtin_vectorized_function): Use new > aarch64_builtins names. O

[AArch64] [1/4 Fix vtbx1] Allow signed and unsigned versions of intrinsics to coexist.

2013-11-22 Thread James Greenhalgh
Hi, One oversight in the design for the AArch64 Simd Builtins type building foo I put in this week is that you cannot have both signed and unsigned versions of the same builtin. Although I solved the problem at a user level by appending a "type" string to the builtin name, I didn't manage to sol