[JIT] Full vctuxs support

This commit is contained in:
DrChat
2018-03-01 23:49:44 -06:00
parent 4766a5ec24
commit 0577b6c9be
5 changed files with 113 additions and 14 deletions

View File

@@ -677,6 +677,7 @@ static const vec128_t xmm_consts[] = {
/* XMMIntMin */ vec128i(INT_MIN),
/* XMMIntMax */ vec128i(INT_MAX),
/* XMMIntMaxPD */ vec128d(INT_MAX),
/* XMMPosIntMinPS */ vec128f((float)0x80000000u),
};
// First location to try and place constants.