We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d6a8d5 commit 6a4471eCopy full SHA for 6a4471e
middle_end/flambda2/to_cmm/to_cmm_static.ml
@@ -266,7 +266,8 @@ let static_const0 env res ~updates (bound_static : Bound_static.Pattern.t)
266
assert (Arch.size_int = 8);
267
immutable_unboxed_int_array env res updates Int32 ~symbol ~elts
268
~to_int64:Int64.of_int32 ~custom_ops_symbol:(fun ~num_elts ->
269
- "caml_unboxed_int32_array_ops", Some (C.custom_ops_size * num_elts mod 2))
+ ( "caml_unboxed_int32_array_ops",
270
+ Some (C.custom_ops_size * (num_elts mod 2)) ))
271
| Block_like symbol, Immutable_int64_array elts ->
272
immutable_unboxed_int_array env res updates Int64_or_nativeint ~symbol ~elts
273
~to_int64:Fun.id ~custom_ops_symbol:(fun ~num_elts:_ ->
0 commit comments