mirror of
https://github.com/odin-lang/Odin.git
synced 2026-03-09 01:55:36 +00:00
Minor fix for parapoly matrix types
This commit is contained in:
@@ -1313,8 +1313,7 @@ lbValue lb_build_builtin_proc(lbProcedure *p, Ast *expr, TypeAndValue const &tv,
|
||||
lbValue m = lb_build_expr(p, ce->args[0]);
|
||||
return lb_emit_matrix_flatten(p, m, tv.type);
|
||||
}
|
||||
|
||||
|
||||
|
||||
// "Intrinsics"
|
||||
|
||||
case BuiltinProc_alloca:
|
||||
|
||||
Reference in New Issue
Block a user