mirror of
https://git.suyu.dev/suyu/sirit.git
synced 2026-03-09 19:56:28 +00:00
instructions/logical: Silence -Wpedantic
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user