RE: problem in extended asm

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> -----Original Message-----
> From: gcc-owner  On Behalf Of Dave Korn
> Sent: 11 August 2004 10:03

> > > >>for(i=0;i<8;i++)
> > > >>{
> > > >>asm("movq i(%1),%%mm0 \n"
> > > >>    "movq %%mm0,(%0)
> > > >>    :"=r"(x)
> > > >>    :"r"(m));           //m is an array
> > > >>}

> 
>   OK then, is it because it writes to the output before 
> consuming all the inputs?

  D'oh.  Not in that non-intel syntax it doesn't.  Ignore that last post,
please.....


    cheers, 
      DaveK
-- 
Can't think of a witty .sigline today....
 



[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux