JIT - vctsxs: Properly saturate signed integers

This commit is contained in:
Dr. Chat
2017-03-05 17:43:56 -06:00
parent ea89a5d179
commit d5e7bc8dca
5 changed files with 102 additions and 36 deletions

View File

@@ -32,6 +32,7 @@ enum RoundMode {
ROUND_TO_NEAREST,
ROUND_TO_MINUS_INFINITY,
ROUND_TO_POSITIVE_INFINITY,
ROUND_DYNAMIC, // Round based on the host's rounding mode.
};
enum LoadStoreFlags {