Hello,
Is there any way that Pelles C 6.00.4 support the code below:
wordarray dw 1,2,3,4
movq mm0, OWORD PTR wordarray
I get the following error: error: Symbol 'oword' is undefined.
Also, the code below give me the error:
movdqa oword ptr [edi], xmm0
error: Invalid combination of opcode and operands (or wrong CPU setting).
Thanks in advance and have a nice day.
skirby.