Re: [PATCH, rs6000] Add support for the vec_xl_be builtin

2017-07-27 Thread Segher Boessenkool
Hi Carl, On Thu, Jul 27, 2017 at 01:48:41PM -0700, Carl Love wrote: > + pat = GEN_FCN (icode) (target, addr); > + if (! pat) > +return 0; No space after "!". > + /* Reverse element order of elements if in LE mode */ Single space after "/*"; sentences end with dot space space. > + /* L

[PATCH, rs6000] Add support for the vec_xl_be builtin

2017-07-27 Thread Carl Love
GCC Maintainers: The following patch add support for the vec_xl_be builtins. The builtin always loads data in BE order. The patch has been tested on powerpc64le-unknown-linux-gnu (Power 8 LE) and on powerpc64-unknown-linux-gnu (Power 7 BE). Please let me know if the following patch is acceptab