Re: [PATCH, rs6000] Add vec_mergee, vec_mergeo, vec_float2 builtin support

2018-01-08 Thread Segher Boessenkool
Hi Carl, On Mon, Dec 18, 2017 at 04:10:06PM -0800, Carl Love wrote: > --- a/gcc/config/rs6000/altivec.md > +++ b/gcc/config/rs6000/altivec.md > @@ -1,3 +1,4 @@ > + > ;; AltiVec patterns. > ;; Copyright (C) 2002-2017 Free Software Foundation, Inc. > ;; Contributed by Aldy Hernandez (a...@quesejo

[PATCH, rs6000] Add vec_mergee, vec_mergeo, vec_float2 builtin support

2017-12-18 Thread Carl Love
GCC maintainers: The following patch adds support for some missing instances of builtins, vec_mergee, vec_mergeo, vec_float2. This patch adds the missing GCC functionality and test cases for the builtins. The patch has been run on: powerpc64le-unknown-linux-gnu (Power 8 LE) powerpc64le-unkn