mirror of
https://git.suyu.dev/suyu/sirit.git
synced 2026-01-01 12:15:45 +01:00
Add OpFDiv
This commit is contained in:
parent
27a0b4f17e
commit
c502cfd4b2
2 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue