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~