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
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