mirror of
https://git.suyu.dev/suyu/sirit.git
synced 2026-03-08 01:52:56 +00:00
arithmetic: Add IAddCarry
This commit is contained in:
@@ -52,5 +52,6 @@ DEFINE_BINARY(OpSMod, spv::Op::OpSMod)
|
||||
DEFINE_BINARY(OpFMod, spv::Op::OpFMod)
|
||||
DEFINE_BINARY(OpSRem, spv::Op::OpSRem)
|
||||
DEFINE_BINARY(OpFRem, spv::Op::OpFRem)
|
||||
DEFINE_BINARY(OpIAddCarry, spv::Op::OpIAddCarry)
|
||||
|
||||
} // namespace Sirit
|
||||
|
||||
Reference in New Issue
Block a user