[x64] vcfux single rounding for 0x80000000+
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user