Merge pull request #5585 from fuel-pcbox/sse-fixes2

Fix MOVSS reg,r/m memory form
This commit is contained in:
Jonathan Campbell 2025-03-23 22:36:01 -07:00 committed by GitHub
commit b6e7250928
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -47,6 +47,9 @@
XMM_Reg xmmsrc;
xmmsrc.u32[0] = LoadMd(eaa);
SSE_MOVSS(fpu.xmmreg[reg],xmmsrc);
fpu.xmmreg[reg].u32[1] = 0;
fpu.xmmreg[reg].u32[2] = 0;
fpu.xmmreg[reg].u32[3] = 0;
}
break;
default: