jit-ir: Allow 3x3 and 2x2 vmmov in IR.

While this will generate a lot of FMovs, it should still be better than
bailing to interp.
This commit is contained in:
Unknown W. Brackets 2016-06-30 20:20:25 -07:00
parent 65394f1dba
commit 8fab3dc91b

View File

@ -1013,9 +1013,6 @@ namespace MIPSComp {
}
MatrixSize sz = GetMtxSize(op);
if (sz != M_4x4) {
DISABLE;
}
int n = GetMatrixSide(sz);
u8 sregs[16], dregs[16];