inline asm problem
TWISTI
twisti@fusion.at
Mon Mar 18 10:13:00 GMT 2002
More information about the Binutils mailing list
Mon Mar 18 10:13:00 GMT 2002
- Previous message (by thread): inline asm problem
- Next message (by thread): inline asm problem
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
- Previous message (by thread): inline asm problem
- Next message (by thread): inline asm problem
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list