[PATCH x86] Enable v64qi permutations.

Richard Henderson rth@redhat.com
Wed Dec 10 16:50:00 GMT 2014


On 12/04/2014 01:49 AM, Ilya Tocar wrote:
> +  if (!TARGET_AVX512BW || !(d->vmode == V64QImode))

Please don't over-complicate the expression.
Use x != y instead of !(x == y).


r~



More information about the Gcc-patches mailing list