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

Segher Boessenkool <segher at gcc dot gnu.org> changed:

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

--- Comment #1 from Segher Boessenkool <segher at gcc dot gnu.org> ---
This is not "PPCLE".  powerpcle-* is the little-endian version of the SVR4 ABI,
you probably mean powerpc64le-* though, a completely new ABI, not a new version
of powerpc64-* either!

prtyd is the same speed as any of the popcount insns, so adding an rlwinm (how
we
do the &1 usually) just adds an extra dependent insn, an extra delay.  Or what
do
you see, what do you mean?

Reply via email to