Re: [PATCH, rs6000] Add support for char, short, and int versions of vec_mul

2016-06-07 Thread Segher Boessenkool
On Tue, Jun 07, 2016 at 12:47:52PM -0500, Bill Seurer wrote: > Bootstrapped and tested on powerpc64le-unknown-linux-gnu and > powerpc64-unknown-linux-gnu with no regressions. Is this ok for trunk? Okay, thanks! Segher

[PATCH, rs6000] Add support for char, short, and int versions of vec_mul

2016-06-07 Thread Bill Seurer
This patch adds support for the missing versions of the vec_mul 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 part of a series of patches to add them. There a