Re: [patch] longstanding chksum patch

Martin Mares (mingo@chiara.csoma.elte.hu)
Fri, 10 Sep 1999 10:37:55 +0200 (CEST)


On Fri, 10 Sep 1999, Artur Skawina wrote:

> > > - testl %esi, %esi
> > > + clc
> >
> > you've just slowed the code down. clc does not pair. testl %esi, %esi
> > does.
>
> minor correction - actually, as this is 686 code, it does. [..]

clc (as all the other flag-manipulation instructions) is non-pairable.

-- mingo

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/