- Feb 12, 2025
-
-
David Bühler authored
-
David Bühler authored
-
David Bühler authored
-
David Bühler authored
-
- Feb 07, 2025
-
-
Thibault Martin authored
-
- Feb 06, 2025
-
-
As the format is not supported for now, we have removed it. Witnesses are provided to represent the fact that long floats are encoded as double. The doc is not yet updated.
-
David Bühler authored
Also renames round_to_single_precision_float into round_to_single_precision.
-
David Bühler authored
Floating_point contains utilitary functions over ocaml float. Typed_float provides a typed representation of floating-point numbers, which encodes the format of the represented number.
-
Asked as a helper function to minimize modifications and ensures backward compatibility. Will be removed when every thing relies and the typed floats, which means probably never.
-
- Renaming [round_to] as [change_format] to avoid confusion with [round] - Renaming [of_float] as [represents ~float ~in_format] to better convey the goal of this module and why we hide the float type - Adding [@@noalloc] to external functions [set_rounding_mode] and [get_rounding_mode] as a (rather small) optimisation
-
The module now handles explicitly the floating point formats using the type system, thus ensuring strict manipulation of float numbers.
-
- Feb 05, 2025
-
-
Basile Desloges authored
-
Basile Desloges authored
-
Valentin Perrelle authored
-
- Feb 03, 2025
-
-
- Jan 31, 2025
-
-
Thibault Martin authored
Add a record with 2 fields : tnode and tattr
-
David Bühler authored
-
David Bühler authored
The new parameter is -eva-cache-size.
-
- Jan 30, 2025
-
-
David Bühler authored
Also take a Hptmap_sig.cache_type argument instead of ~name and ~temporary. This is consistent with all other cached functions in hptmap.
-
- Jan 23, 2025
-
-
Basile Desloges authored
-
Basile Desloges authored
The warning messages for missing assigns and missing from now have a category that is set to `error` by default. Moreover, the message is expanded to note that `assigns \nothing` and `assigns \from \nothing` is assumed instead and that the analysis is probably incorrect.
-
Basile Desloges authored
-
Basile Desloges authored
-
Basile Desloges authored
... to assigns:invalid-location
-
- Jan 22, 2025
-
-
- Jan 20, 2025
-
-
David Bühler authored
-
Basile Desloges authored
-
- Jan 17, 2025
-
-
David Bühler authored
-
David Bühler authored
-
-
-
-
-
-
-