@@ -2217,15 +2217,9 @@ let f
22172217let init () =
22182218 List. iter
22192219 ~f: (fun (nm , nm' ) -> Primitive. alias nm nm')
2220- [ " %int_mul" , " caml_mul"
2221- ; " %int_div" , " caml_div"
2222- ; " %int_mod" , " caml_mod"
2223- ; " caml_int32_neg" , " %int_neg"
2220+ [ " caml_int32_neg" , " %int_neg"
22242221 ; " caml_int32_add" , " %int_add"
22252222 ; " caml_int32_sub" , " %int_sub"
2226- ; " caml_int32_mul" , " %int_mul"
2227- ; " caml_int32_div" , " %int_div"
2228- ; " caml_int32_mod" , " %int_mod"
22292223 ; " caml_int32_and" , " %int_and"
22302224 ; " caml_int32_or" , " %int_or"
22312225 ; " caml_int32_xor" , " %int_xor"
@@ -2236,15 +2230,9 @@ let init () =
22362230 ; " caml_int32_to_int" , " %identity"
22372231 ; " caml_int32_of_float" , " caml_int_of_float"
22382232 ; " caml_int32_to_float" , " %identity"
2239- ; " caml_int32_format" , " caml_format_int"
2240- ; " caml_int32_of_string" , " caml_int_of_string"
2241- ; " caml_int32_compare" , " caml_int_compare"
22422233 ; " caml_nativeint_neg" , " %int_neg"
22432234 ; " caml_nativeint_add" , " %int_add"
22442235 ; " caml_nativeint_sub" , " %int_sub"
2245- ; " caml_nativeint_mul" , " %int_mul"
2246- ; " caml_nativeint_div" , " %int_div"
2247- ; " caml_nativeint_mod" , " %int_mod"
22482236 ; " caml_nativeint_and" , " %int_and"
22492237 ; " caml_nativeint_or" , " %int_or"
22502238 ; " caml_nativeint_xor" , " %int_xor"
@@ -2257,28 +2245,12 @@ let init () =
22572245 ; " caml_nativeint_to_float" , " %identity"
22582246 ; " caml_nativeint_of_int32" , " %identity"
22592247 ; " caml_nativeint_to_int32" , " %identity"
2260- ; " caml_nativeint_format" , " caml_format_int"
2261- ; " caml_nativeint_of_string" , " caml_int_of_string"
2262- ; " caml_nativeint_compare" , " caml_int_compare"
2263- ; " caml_nativeint_bswap" , " caml_int32_bswap"
2264- ; " caml_int64_of_int" , " caml_int64_of_int32"
2265- ; " caml_int64_to_int" , " caml_int64_to_int32"
2266- ; " caml_int64_of_nativeint" , " caml_int64_of_int32"
2267- ; " caml_int64_to_nativeint" , " caml_int64_to_int32"
22682248 ; " caml_float_of_int" , " %identity"
2269- ; " caml_array_get_float" , " caml_array_get"
2270- ; " caml_floatarray_get" , " caml_array_get"
2271- ; " caml_array_get_addr" , " caml_array_get"
2272- ; " caml_array_set_float" , " caml_array_set"
2273- ; " caml_floatarray_set" , " caml_array_set"
2274- ; " caml_array_set_addr" , " caml_array_set"
22752249 ; " caml_array_unsafe_get_float" , " caml_array_unsafe_get"
22762250 ; " caml_floatarray_unsafe_get" , " caml_array_unsafe_get"
22772251 ; " caml_array_unsafe_set_float" , " caml_array_unsafe_set"
22782252 ; " caml_array_unsafe_set_addr" , " caml_array_unsafe_set"
22792253 ; " caml_floatarray_unsafe_set" , " caml_array_unsafe_set"
2280- ; " caml_check_bound_gen" , " caml_check_bound"
2281- ; " caml_check_bound_float" , " caml_check_bound"
22822254 ; " caml_alloc_dummy_float" , " caml_alloc_dummy"
22832255 ; " caml_js_from_float" , " %identity"
22842256 ; " caml_js_to_float" , " %identity"
0 commit comments