[spv-in] Handle Op::LogicalEqual

This commit is contained in:
Ashley
2021-05-04 18:34:50 +02:00
committed by Dzmitry Malyshau
parent 1476ef84ff
commit b3c29871a7

View File

@@ -1874,6 +1874,7 @@ impl<I: Iterator<Item = u32>> Parser<I> {
| Op::FUnordLessThanEqual
| Op::FOrdGreaterThanEqual
| Op::FUnordGreaterThanEqual
| Op::LogicalEqual
| Op::LogicalNotEqual => {
inst.expect(5)?;
let operator = map_binary_operator(inst.op)?;