nel-all
[Top][All Lists]
Advanced

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

[Nel] asm


From: Geraldine Deberdt
Subject: [Nel] asm
Date: Wed, 13 Nov 2002 16:01:05 +0100 (CET)

Hello,

When I try to compile 3d.dsp on VC++ 6.0 I get : 

misc\fast_mem.cpp(68) : error C2400: inline assembler syntax error in
'opcode'; found 'constant'

misc\fast_mem.cpp(69) : error C2400: inline assembler syntax error in
'opcode'; found 'constant'

misc\fast_mem.cpp(97) : error C2400: inline assembler syntax error in
'opcode'; found 'constant'

...


Whixh corresponds to these code lines :
"
prefetchnta 64[ESI] // Prefetch next loop, non-temporal 
prefetchnta 96[ESI] 

movq mm1,  0[ESI] // Read in source data 
movq mm2,  8[ESI] 
movq mm3, 16[ESI] 
movq mm4, 24[ESI] 
movq mm5, 32[ESI] 
movq mm6, 40[ESI] 
movq mm7, 48[ESI] 
movq mm0, 56[ESI] 
"

Can someone explain me what the problem is??
Thanks.


___________________________________________________________
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.com




reply via email to

[Prev in Thread] Current Thread [Next in Thread]