Corrected F2I None mode to RoundEven.
This commit is contained in:
parent
1d98027a0e
commit
f5ec165e8c
2 changed files with 4 additions and 4 deletions
|
@ -186,7 +186,7 @@ enum class SubOp : u64 {
|
|||
};
|
||||
|
||||
enum class F2iRoundingOp : u64 {
|
||||
None = 0,
|
||||
RoundEven = 0,
|
||||
Floor = 1,
|
||||
Ceil = 2,
|
||||
Trunc = 3,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue