Re: [PATCH, rs6000] A few more vector interfaces

2015-08-20 Thread David Edelsohn
On Thu, Aug 20, 2015 at 11:40 AM, Bill Schmidt wrote: > Hi, > > This patch adds a few more vector interfaces listed in the ELFv2 ABI > v1.1: missing flavors of vec_madd, vec_pmsum_be, and vec_shasigma_be. > Existing tests have been updated to check for correct code gen. Tested > on powerpc64le-u

[PATCH, rs6000] A few more vector interfaces

2015-08-20 Thread Bill Schmidt
Hi, This patch adds a few more vector interfaces listed in the ELFv2 ABI v1.1: missing flavors of vec_madd, vec_pmsum_be, and vec_shasigma_be. Existing tests have been updated to check for correct code gen. Tested on powerpc64le-unknown-linux-gnu with no regressions. Ok for trunk? Thanks, Bill