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 Ankit Jain
> Sent: 09 August 2004 18:10

> hi
> 
> a simple question: why the followinf instruction
> dosent work in gcc
> for(i=0;i<8;i++)
> {
> asm("movq i(%1),%%mm0 \n"
>     "movq %%mm0,(%0)
>     :"=r"(x)
>     :"r"(m));           //m is an array
> }

  You forgot a closing quote.


    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