[CPU] vupkd3d: NaN on negative overflow and tests

This commit is contained in:
Triang3l
2018-06-11 21:31:30 +03:00
parent 03099bd6c0
commit c89cc6a229
4 changed files with 41 additions and 0 deletions

View File

@@ -78,11 +78,14 @@ enum XmmConst {
XMMPackSHORT_4,
XMMUnpackSHORT_2,
XMMUnpackSHORT_4,
XMMUnpackSHORT_Overflow,
XMMPackUINT_2101010_MinUnpacked,
XMMPackUINT_2101010_MaxUnpacked,
XMMPackUINT_2101010_MaskUnpacked,
XMMPackUINT_2101010_MaskPacked,
XMMPackUINT_2101010_Shift,
XMMUnpackUINT_2101010_Overflow,
XMMUnpackOverflowNaN,
XMMOneOver255,
XMMMaskEvenPI16,
XMMShiftMaskEvenPI16,