This commit is contained in:
JosJuice 2025-12-13 14:57:08 +01:00 committed by GitHub
commit 57700a9900
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -319,7 +319,7 @@ void JitArm64::fp_logic(UGeckoInstruction inst)
m_float_emit.FNEG(reg_encoder(VD), reg_encoder(VB));
break;
case 72:
m_float_emit.INS(size, VD, 0, VB, 0);
m_float_emit.ORR(EncodeRegToDouble(VD), EncodeRegToDouble(VB), EncodeRegToDouble(VB));
break;
case 136:
m_float_emit.FABS(reg_encoder(VD), reg_encoder(VB));