Re: [PATCH, rs6000] Add additional support for vec_subc, vec_sube, vec_subec builtins.

2017-06-30 Thread Segher Boessenkool
Hi Carl, On Fri, Jun 30, 2017 at 01:32:01PM -0700, Carl Love wrote: > vector unsigned __int128 vec_sube (vector unsigned __int128, vector > unsigned __int128, vector unsigned __int128); Many of the changelog lines are much too long. > * gcc.target/powerpc/p8vector-builtin-8.c (foo):

[PATCH, rs6000] Add additional support for vec_subc, vec_sube, vec_subec builtins.

2017-06-30 Thread Carl Love
GCC Maintainers: The following patch adds support for additional the vec_subc, vec_sube, vec_subec builtins. It also adds a few missing tests for currently supported builtins. The patch has been tested on powerpc64le-unknown-linux-gnu (Power 8 LE) and powerpc64-unknown-linux-gnu(Power 8 BE). P