mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-02-21 14:41:39 +00:00
irjit: Allow VV2Op SIMD with exact overlap.
None of these look at other lanes.
This commit is contained in:
parent
2419e5680a
commit
ada0674415
@ -795,7 +795,7 @@ namespace MIPSComp {
|
||||
bool usingTemps = false;
|
||||
u8 tempregs[4];
|
||||
for (int i = 0; i < n; ++i) {
|
||||
if (!IsOverlapSafe(dregs[i], n, sregs)) {
|
||||
if (!IsOverlapSafeAllowS(dregs[i], i, n, sregs)) {
|
||||
usingTemps = true;
|
||||
tempregs[i] = IRVTEMP_0 + i;
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user