mirror of
https://github.com/yuzu-emu/sirit.git
synced 2024-11-22 12:15:39 +01:00
instructions/logical: Silence -Wpedantic
This commit is contained in:
parent
a7d5a91a96
commit
a1972e35f1
@ -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 New Issue
Block a user