[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

@@ -746,6 +746,8 @@ static const vec128_t xmm_consts[] = {
/* XMMIntMaxPD */ vec128d(INT_MAX),
/* XMMPosIntMinPS */ vec128f((float)0x80000000u),
/* XMMQNaN */ vec128i(0x7FC00000u),
/* XMMInt127 */ vec128i(0x7Fu),
/* XMM2To32 */ vec128f(0x1.0p32f),
};
// First location to try and place constants.