mirror of
https://git.suyu.dev/suyu/sirit.git
synced 2026-01-12 01:18:29 +01:00
Add OpAny and OpAll
This commit is contained in:
parent
4a0c6e03e1
commit
ae7c664016
2 changed files with 8 additions and 0 deletions
|
|
@ -35,6 +35,8 @@ namespace Sirit {
|
|||
return AddCode(std::move(op)); \
|
||||
}
|
||||
|
||||
DEFINE_UNARY(OpAny, spv::Op::OpAny);
|
||||
DEFINE_UNARY(OpAll, spv::Op::OpAll);
|
||||
DEFINE_UNARY(OpIsNan, spv::Op::OpIsNan)
|
||||
DEFINE_UNARY(OpIsInf, spv::Op::OpIsInf)
|
||||
DEFINE_BINARY(OpLogicalEqual, spv::Op::OpLogicalEqual)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue