https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110227

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Looking at that commit, it also introduced weird formatting:
          return "vpcmpeqd \t %t0, %t0, %t0";
and
          return "vpcmpeqd \t %x0, %x0, %x0";
and
      return "vpcmpeqd \t %x0, %x0, %x0";
definitely shouldn't have the spaces around \t on either side.
But sure, agree the alternative with BH constraint on source should use x
rather than
v constraint on destination.

Reply via email to