diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/emu/x64run660f.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/x64run660f.c b/src/emu/x64run660f.c index e6116617..83841f4b 100644 --- a/src/emu/x64run660f.c +++ b/src/emu/x64run660f.c @@ -597,6 +597,7 @@ uintptr_t Run660F(x64emu_t *emu, rex_t rex, uintptr_t addr) for(int i=1; i>=0; --i) GX->q[i] = EX->ud[i]; break; + case 0x37: /* PCMPGTQ Gx, Ex */ nextop = F8; GETEX(0); @@ -1078,7 +1079,6 @@ uintptr_t Run660F(x64emu_t *emu, rex_t rex, uintptr_t addr) GX->d[0] = (tmp8u&(1<<(0)))?tmpd:0.0; GX->d[1] = (tmp8u&(1<<(1)))?tmpd:0.0; break; - case 0x42: /* MPSADBW Gx, Ex, Ib */ nextop = F8; GETEX(1); |