Re: [PATCH, rs6000] Add support for int versions of vec_adde

2016-05-02 Thread Andreas Schwab
Bill Seurer writes: > * gcc.target/powerpc/vec-adde.c: New test. > * gcc.target/powerpc/vec-adde-int128.c: New test. -m32: FAIL: gcc.target/powerpc/vec-adde.c execution test FAIL: gcc.target/powerpc/vec-adde-int128.c (test for excess errors) Excess errors:

Re: [PATCH, rs6000] Add support for int versions of vec_adde

2016-04-13 Thread David Edelsohn
On Wed, Apr 13, 2016 at 10:47 AM, Bill Seurer wrote: > Here is an updated patch: > > > This patch adds support for the signed and unsigned int versions of the > vec_adde altivec builtins from the Power Architecture 64-Bit ELF V2 ABI > OpenPOWER ABI for Linux Supplement

Re: [PATCH, rs6000] Add support for int versions of vec_adde

2016-04-13 Thread Bill Seurer
Segher pointed out a few formatting issues via IRC which I have fixed. On 04/13/16 09:47, Bill Seurer wrote: Here is an updated patch: This patch adds support for the signed and unsigned int versions of the vec_adde altivec builtins from the Power Architecture 64-Bit ELF V2 ABI OpenPOWER ABI

Re: [PATCH, rs6000] Add support for int versions of vec_adde

2016-04-13 Thread Bill Seurer
Here is an updated patch: This patch adds support for the signed and unsigned int versions of the vec_adde altivec builtins from the Power Architecture 64-Bit ELF V2 ABI OpenPOWER ABI for Linux Supplement (16 July 2015 Version 1.1). There are many of the builtins that are missing and this is the

Re: [PATCH, rs6000] Add support for int versions of vec_adde

2016-04-08 Thread Bill Seurer
On 04/08/16 09:50, Segher Boessenkool wrote: Hi Bill, On Thu, Apr 07, 2016 at 04:04:30PM -0500, Bill Seurer wrote: On 04/05/16 21:27, David Edelsohn wrote: On Tue, Apr 5, 2016 at 3:36 PM, Bill Seurer * config/rs6000/rs6000-c.c

Re: [PATCH, rs6000] Add support for int versions of vec_adde

2016-04-08 Thread Segher Boessenkool
Hi Bill, On Thu, Apr 07, 2016 at 04:04:30PM -0500, Bill Seurer wrote: > On 04/05/16 21:27, David Edelsohn wrote: > >On Tue, Apr 5, 2016 at 3:36 PM, Bill Seurer > >> * config/rs6000/rs6000-c.c (altivec_overloaded_builtins, > >>

Re: [PATCH, rs6000] Add support for int versions of vec_adde

2016-04-07 Thread Bill Seurer
On 04/05/16 21:27, David Edelsohn wrote: On Tue, Apr 5, 2016 at 3:36 PM, Bill Seurer wrote: This patch adds support for the signed and unsigned int versions of the vec_adde altivec builtins from the Power Architecture 64-Bit ELF V2 ABI OpenPOWER ABI for Linux

Re: [PATCH, rs6000] Add support for int versions of vec_adde

2016-04-05 Thread David Edelsohn
On Tue, Apr 5, 2016 at 3:36 PM, Bill Seurer wrote: > This patch adds support for the signed and unsigned int versions of the > vec_adde altivec builtins from the Power Architecture 64-Bit ELF V2 ABI > OpenPOWER ABI for Linux Supplement (16 July 2015 Version 1.1). There