inline asm problem

TWISTI twisti@fusion.at
Mon Mar 18 10:13:00 GMT 2002


On Mon, 2002-03-18 at 18:46, DJ Delorie wrote:
> Why not this?
>     asm("mov  %0, %%mm1" : : "m" (filt_cos[n]));
> 
> You don't have to be *that* clever, as gcc *does* know how to handle
> things like this on its own.
> 

Would be possible, but counter is in %eax and i need fastest execution
possible. Assignment to `n' isn't that clever i think.



More information about the Binutils mailing list