[x64] vcfux single rounding for 0x80000000+

This commit is contained in:
Triang3l
2020-12-11 21:20:13 +03:00
parent d0b849aad7
commit 5c47a3a588
4 changed files with 85 additions and 10 deletions

View File

@@ -114,6 +114,8 @@ enum XmmConst {
XMMIntMaxPD,
XMMPosIntMinPS,
XMMQNaN,
XMMInt127,
XMM2To32,
};
// Unfortunately due to the design of xbyak we have to pass this to the ctor.