Fix misuse of lb_emit_(min|max) in simd_(min|max)

This commit is contained in:
misomosi
2026-07-01 10:58:53 -04:00
parent e276ce552b
commit f276d77c0c
3 changed files with 21 additions and 4 deletions

View File

@@ -3878,6 +3878,7 @@ gb_internal lbValue lb_emit_comp(lbProcedure *p, TokenKind op_kind, lbValue left
break;
}
GB_ASSERT(res.value != nullptr);
return res;
} else if (is_type_soa_pointer(a)) {