Hi Will,
On Wed, Oct 10, 2018 at 10:13:48AM -0500, Will Schmidt wrote:
> Some additional testcases to exercise the vec_mergee and
> vec_mergeo intrinsics.
>
> Tested across assorted power linux platforms. OK for trunk?
Sure, that looks fine, okay for trunk. Thanks! One little thing:
> +/* { dg-do compile } */
> +/* { dg-require-effective-target powerpc_p8vector_ok } */
> +/* { dg-options "-mcpu=power8 -mpower8-vector " } */
-mpower8-vector is redundant with -mcpu=power8.
It's still correct of course, you don't need to change this, just FYI.
Thanks!
Segher