Lint fix.

This commit is contained in:
Rick Gibbed
2022-09-22 06:34:21 -05:00
committed by GitHub
parent addd8c94e5
commit 3bfa3b05e1

View File

@@ -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;
}