Re: [PATCH ] RS6000 Add 128-bit Binary Integer sign extend operations

2021-06-07 Thread Segher Boessenkool
Hi Carl, On Wed, Apr 28, 2021 at 10:39:14AM -0700, Carl Love wrote: > The agreement for the sign extension builtin was to just make it Endian > aware rather then go with a more complex definition. The prior patch > has been updated with this new functionality. > > This patch adds support for the

[PATCH ] RS6000 Add 128-bit Binary Integer sign extend operations

2021-04-28 Thread Carl Love via Gcc-patches
Segher, Will: The agreement for the sign extension builtin was to just make it Endian aware rather then go with a more complex definition. The prior patch has been updated with this new functionality. This patch adds support for the 128-bit extension instruction and corresponding builtin support