HIR: Add opcode SET_ROUNDING_MODE (taking FPSCR as an argument)
This commit is contained in:
@@ -225,6 +225,7 @@ enum Opcode {
|
||||
OPCODE_UNPACK,
|
||||
OPCODE_ATOMIC_EXCHANGE,
|
||||
OPCODE_ATOMIC_COMPARE_EXCHANGE,
|
||||
OPCODE_SET_ROUNDING_MODE,
|
||||
__OPCODE_MAX_VALUE, // Keep at end.
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user