mirror of
https://git.suyu.dev/suyu/sirit.git
synced 2026-03-11 05:22:56 +00:00
Add OpFDiv
This commit is contained in:
@@ -29,6 +29,7 @@ namespace Sirit {
|
||||
DEFINE_UNARY(OpFNegate, spv::Op::OpFNegate);
|
||||
|
||||
DEFINE_BINARY(OpUDiv, spv::Op::OpUDiv)
|
||||
DEFINE_BINARY(OpFDiv, spv::Op::OpFDiv)
|
||||
DEFINE_BINARY(OpIAdd, spv::Op::OpIAdd)
|
||||
|
||||
} // namespace Sirit
|
||||
Reference in New Issue
Block a user