Page 1 of 1

This instruction can't be compiled[error]

Posted: Sat Dec 23, 2023 7:37 pm
by Guidini
i need help on this please

Code: Select all

Error in line 20 (vcvtsi2ss xmm0,eax,[rsi+000005C0])
:This instruction can't be compiled
im still a newbie using CE thank you :D

Re: This instruction can't be compiled[error]

Posted: Sat Dec 23, 2023 10:54 pm
by LeFiXER
Guidini wrote:
Sat Dec 23, 2023 7:37 pm
i need help on this please

Code: Select all

Error in line 20 (vcvtsi2ss xmm0,eax,[rsi+000005C0])
:This instruction can't be compiled
im still a newbie using CE thank you :D
No disrespect meant, but a newbie delving into AVX/SSE is not the wisest decision. Try this:

Code: Select all

...
mov eax,[rsi+5C0]
cvtsi2ss xmm0,eax
...
More information: [Link]