Files
mercury/scripts
Julien Fischer 015c2b5fdf Enable the use of unboxed 64-bit integers in C grades on 64-bit machines.
Add a new internal grade component corresponding to the use of 64-bit integers.

configure.ac:
    Test whether we can use unboxed 64-bit integers.

    Extend the check for whether previously built C files are compatible with
    configure determined settings to cover whether 64-bit integer are boxed
    or not.

scripts/Mercury.config.bootstrap.in:
scripts/Mercury.config.in:
     Set the compiler flag for unboxed 64-bit integers if configure determines
     they can be used.

runtime/mercury_grade.h:
     Add the "ubi64" grade component
2018-02-18 19:51:26 -05:00
..
2016-10-20 23:24:21 +11:00