Re: extended asm problem ->pointer m1

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

 



Hi Ankit,

Maybe it'd be easier just to use the arrays directly:

        asm (
                "movq %0 , %%mm0\n\t"
                "movq %%mm0 , %1\n\t"
                :"=m" (a[0])
                :"m" (b[0])
                );

HTH,
--Eljay

[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