Re: [PATCH AArch64 2/2] Correct signedness of builtins, remove casts from arm_neon.h

2014-06-02 Thread Marcus Shawcroft
On 29 May 2014 13:47, Alan Lawrence wrote: > This adds another set of qualifiers to aarch64-builtins.c, and removes more > casts from arm_neon.h, for the suqadd, ushl, urshl, urshr_n, ushll_n, and > sshl intrinsics. > > gcc/ChangeLog: > > * gcc/config/aarch64/aarch64-builtins.c > (

[PATCH AArch64 2/2] Correct signedness of builtins, remove casts from arm_neon.h

2014-05-29 Thread Alan Lawrence
This adds another set of qualifiers to aarch64-builtins.c, and removes more casts from arm_neon.h, for the suqadd, ushl, urshl, urshr_n, ushll_n, and sshl intrinsics. gcc/ChangeLog: * gcc/config/aarch64/aarch64-builtins.c (aarch64_types_binop_ssu_qualifiers): New static data.