mirror of
https://github.com/odin-lang/Odin.git
synced 2026-08-02 12:18:55 +00:00
Fix misuse of lb_emit_(min|max) in simd_(min|max)
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user