Lint fix.
This commit is contained in:
parent
addd8c94e5
commit
3bfa3b05e1
|
@ -594,7 +594,7 @@ struct VECTOR_ADD
|
|||
|
||||
e.vpsrad(e.xmm2, e.xmm1, 31);
|
||||
e.vpxord(e.xmm2, e.xmm2, e.GetXmmConstPtr(XMMSignMaskI32));
|
||||
e.vpblendmd(dest | saturate, e.xmm1, e.xmm2);
|
||||
e.vpblendmd(dest | saturate, e.xmm1, e.xmm2);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue