Skip to content

Commit

Permalink
Merge branch 'cmm-scalar-type' into unboxed-small-ints-tryagain
Browse files Browse the repository at this point in the history
  • Loading branch information
jvanburen committed Jan 22, 2025
2 parents 1e40897 + 39828c2 commit 4d6c02f
Show file tree
Hide file tree
Showing 8 changed files with 1,556 additions and 406 deletions.
2 changes: 1 addition & 1 deletion backend/cmm_builtins.ml
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ let transl_builtin name args dbg typ_res =
| "caml_unsigned_int64_mulh_unboxed" ->
mulhi ~signed:false Unboxed_int64 args dbg
| "caml_int32_unsigned_to_int_trunc_unboxed_to_untagged" ->
Some (zero_extend ~bits:32 (one_arg name args) dbg)
Some (zero_extend ~bits:32 ~dbg (one_arg name args))
| "caml_csel_value" | "caml_csel_int_untagged" | "caml_csel_int64_unboxed"
| "caml_csel_int32_unboxed" | "caml_csel_nativeint_unboxed" ->
(* Unboxed float variant of csel intrinsic is not currently supported. It
Expand Down
Loading

0 comments on commit 4d6c02f

Please sign in to comment.