<div>Hi Experts,</div>
<div> </div>
<div>I have obtained install the VS 6, service pack 5 and processor pack. I have also find a copy of iaxmm.inc from one of the post in your mail list during google search. Now when I compiled, it gives me one error:</div>
<div> </div>
<div>C:\Documents and Settings\ferdinandn\My Documents\Visual Studio 2005\Projects\vp32\CoreLibs\CpuID\Win32\Wmt_CpuID.cpp(136) : error C2400: inline assembler syntax error in 'opcode'; found 'xmm0'<br> </div>
<div>The error area is in Wmt_CpuID.cpp where the code segment is:</div>
<div> </div>
<div>int WillametteNewInstructionOSSupport()<br>{<br> __try<br> {<br> __asm xorpd xmm0, xmm0 // error error error error error<br> }<br> __except(EXCEPTION_EXECUTE_HANDLER)<br> {<br> if(_exception_code())
<br> {<br> return 0;<br> }<br> return 0;<br> }<br> return 1;<br>} </div>
<div> </div>
<div>Since I am unfamilar with the ASM, I therefore have no idea what does it means and how to solve it. Can someone please kindly help me out from this problem. I have to solve this problem urgently, otherwise I will miss my handin day for MSc thesis. Thank you very much for reading this e-mail.
</div>
<div> </div>
<div>Best Regards</div>
<div>Ferdinand</div>