On 12/10/2014 11:49 AM, Richard Henderson wrote:
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).
To me the original reads more clearly, since it is of the parallel form !X or !Y, I don't see it as somehow more complicated???
r~