Lint fix.

This commit is contained in:
Rick Gibbed 2022-09-22 06:34:21 -05:00 committed by GitHub
parent addd8c94e5
commit 3bfa3b05e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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