This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: inline asm problem


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]