mirror of
https://github.com/ptitSeb/box64.git
synced 2025-05-09 00:21:32 +08:00
[INTERP] Added nan handling on AVX.F3.0F 59 opcode
This commit is contained in:
parent
fc381e744e
commit
d988a39456
@ -262,7 +262,9 @@ uintptr_t RunAVX_F30F(x64emu_t *emu, vex_t vex, uintptr_t addr, int *step)
|
||||
GETGX;
|
||||
GETVX;
|
||||
GETGY;
|
||||
MARK_NAN_F_2(VX, EX);
|
||||
GX->f[0] = VX->f[0] * EX->f[0];
|
||||
CHECK_NAN_F(GX);
|
||||
if(GX!=VX) {
|
||||
GX->ud[1] = VX->ud[1];
|
||||
GX->q[1] = VX->q[1];
|
||||
|
Loading…
x
Reference in New Issue
Block a user