Re: What's faster?
- From: Robert Redelmeier <redelm@xxxxxxxxxxxxxxx>
- Date: Sat, 29 Apr 2006 00:24:03 GMT
Rich Fife <spamtrap@xxxxxxxxxx> wrote in part:
octMove:
movdqa xmm1, [edi]
Blah, blah, blah
movdqa [edi], xmm1
add edi, 16
loop octMove
Not using `loop` is faster: It has been deliberately
slowed down to prevent MS-Win95 from crashing.
Otherwise, it should make no difference with register renaming.
-- Robert
.
- References:
- What's faster?
- From: Rich Fife
- What's faster?
- Prev by Date: Re: How to calculate the destination by machine code ?
- Next by Date: Re: clobbered registers
- Previous by thread: What's faster?
- Index(es):