mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
arm64: small optimization for weights.
This commit is contained in:
parent
809f398760
commit
46c1030530
1 changed files with 1 additions and 2 deletions
|
@ -439,8 +439,7 @@ void VertexDecoderJitCache::Jit_WeightsFloatSkin() {
|
|||
break;
|
||||
case 7:
|
||||
case 8:
|
||||
fp.LDR(128, INDEX_UNSIGNED, neonWeightRegsQ[0], srcReg, 0);
|
||||
fp.LDR(128, INDEX_UNSIGNED, neonWeightRegsQ[1], srcReg, 16);
|
||||
fp.LDP(128, INDEX_SIGNED, neonWeightRegsQ[0], neonWeightRegsQ[1], srcReg, 0);
|
||||
break;
|
||||
}
|
||||
Jit_ApplyWeights();
|
||||
|
|
Loading…
Add table
Reference in a new issue