On Thu, Jun 16, 2016 at 11:47:17AM -0600, Kelvin Nilsen wrote: > This patch improves upon a recently committed patch to add support for > Power9 vector absolute difference unsigned instructions in two ways:
This is okay for trunk, and 6 after a while. Thanks. One comment: > +/* { dg-skip-if "" { powerpc*-*-aix* } { "*" } { "" } } */ You can write that as just /* { dg-skip-if "" { powerpc*-*-aix* } } */ Segher