Re: What's faster?



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

.