More efficient 11111... vec loading.

This commit is contained in:
Ben Vanik
2014-05-27 11:57:20 -07:00
parent 16bac6d9c5
commit d85665bb06
2 changed files with 3 additions and 5 deletions

View File

@@ -51,7 +51,6 @@ enum XmmConst {
XMMUnpackD3DCOLOR = 12,
XMMOneOver255 = 13,
XMMShiftMaskPS = 14,
XMMOneMask = 15,
};
// Unfortunately due to the design of xbyak we have to pass this to the ctor.