Skip to content

Commit

Permalink
flambda-backend: Fix float32 allocation test with --enable-dev (#2598)
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
TheNumbat authored May 20, 2024
1 parent cbf772b commit 09215c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion otherlibs/stdlib_beta/float32.mli
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ external modf : t -> t * t = "caml_modf_float32"
(** [modf f] returns the pair of the fractional and integral
part of [f]. *)

val compare : t -> t -> int
external compare : t -> t -> int = "%compare"
(** [compare x y] returns [0] if [x] is equal to [y], a negative integer if [x]
is less than [y], and a positive integer if [x] is greater than
[y]. [compare] treats [nan] as equal to itself and less than any other float
Expand Down

0 comments on commit 09215c9

Please sign in to comment.