JIT - fctixx: Properly handle numbers > INT_MAX

This commit is contained in:
Dr. Chat
2017-03-05 14:59:52 -06:00
parent ad5748f3e7
commit ea89a5d179
5 changed files with 125 additions and 5 deletions

View File

@@ -89,6 +89,9 @@ enum XmmConst {
XMMSignMaskF32,
XMMShortMinPS,
XMMShortMaxPS,
XMMIntMaxPS,
XMMIntMaxPD,
XMMInt64MaxPD,
};
// Unfortunately due to the design of xbyak we have to pass this to the ctor.