This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH x86] Enable v64qi permutations.


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~



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]