This commit is contained in:
DrChat 2018-03-02 12:14:09 -06:00
parent 6c97dbaf81
commit b0b920c040
1 changed files with 1 additions and 1 deletions

View File

@ -3797,7 +3797,7 @@ struct VECTOR_ADD
// Set any positive overflowed elements of src1 to INT_MAX
e.vpandn(e.xmm3, src1, e.xmm2);
e.vblendvps(dest, e.xmm1, e.GetXmmConstPtr(XMMAbsMaskPS),
e.xmm3);
e.xmm3);
}
} else {
e.vpaddd(dest, src1, src2);