mirror of
https://github.com/libretro/ppsspp.git
synced 2025-03-01 13:16:37 +00:00
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:
parent
65394f1dba
commit
8fab3dc91b
@ -1013,9 +1013,6 @@ namespace MIPSComp {
|
||||
}
|
||||
|
||||
MatrixSize sz = GetMtxSize(op);
|
||||
if (sz != M_4x4) {
|
||||
DISABLE;
|
||||
}
|
||||
int n = GetMatrixSide(sz);
|
||||
|
||||
u8 sregs[16], dregs[16];
|
||||
|
Loading…
x
Reference in New Issue
Block a user