Files
mercury/runtime
Zoltan Somogyi fe1d779b25 Speed up {int,uint}{,8,16,32,64}_to_string ...
... when targeting C.

library/string.m:
    On 27 Oct 2021, Julien sped up one of these operations
    by avoiding the use of sprintf. Apply the same technique,
    suitably generalized, to all other similar operations.
    Use macros to reduce the amount of code duplication needed.

runtime/mercury_conf.h.in:
    Fix an old bug: spell MR_MERCURY_IS_{32,64}_BITS correctly,
    to match the name that is (conditionally) defined by configure.

configure.ac:
    Delete references to MERCURY_IS_{32,64}_BITS, which turn out
    to be totally unused.
2025-10-03 19:23:37 +10:00
..
2023-06-26 20:05:24 +10:00
2024-01-26 15:52:35 +11:00
2025-05-16 20:06:52 +10:00
2023-11-06 16:15:34 +11:00
2024-10-14 00:04:09 +11:00
2023-12-03 00:19:48 +11:00
2024-04-02 12:44:41 +11:00