mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
parent
a8b310ed34
commit
c02172ebd5
1 changed files with 0 additions and 2 deletions
|
@ -507,8 +507,6 @@ void VertexDecoderJitCache::Jit_WeightsU16Skin() {
|
|||
} else {
|
||||
MOVD_xmm(XMM8, MDisp(srcReg, dec_->weightoff));
|
||||
}
|
||||
if (dec_->nweights > 4)
|
||||
PSHUFD(XMM9, R(XMM8), _MM_SHUFFLE(3, 3, 3, 2));
|
||||
if (cpu_info.bSSE4_1) {
|
||||
PMOVZXWD(XMM8, R(XMM8));
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue