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
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