Saturating unsigned VECTOR_ADD.

This commit is contained in:
Ben Vanik
2014-05-27 14:27:07 -07:00
parent 8619a15ee3
commit 5436cde0fc
3 changed files with 37 additions and 1 deletions

View File

@@ -52,6 +52,7 @@ enum XmmConst {
XMMOneOver255 = 13,
XMMShiftMaskPS = 14,
XMMShiftByteMask = 15,
XMMUnsignedDwordMax = 16,
};
// Unfortunately due to the design of xbyak we have to pass this to the ctor.