instructions/logical: Silence -Wpedantic
This commit is contained in:
parent
a7d5a91a96
commit
a1972e35f1
1 changed files with 2 additions and 2 deletions
|
@ -35,8 +35,8 @@ namespace Sirit {
|
|||
return AddCode(std::move(op)); \
|
||||
}
|
||||
|
||||
DEFINE_UNARY(OpAny, spv::Op::OpAny);
|
||||
DEFINE_UNARY(OpAll, spv::Op::OpAll);
|
||||
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…
Reference in a new issue