AW: [RFC] Adding division/modulo on arbitrary precision integers to libgcc
Jonathan Lennox
lennox@cs.columbia.edu
Fri May 6 16:39:02 GMT 2022
On Friday, May 6 2022, "Matthias Gehre" wrote to "lennox" saying:
> Jakub Jelinek wrote:
> > Rather than uint32_t, wouldn't using the word size (64-bit for lp64, 32-bit
> for ilp32) be better?
> Is there a portable way to specify this in C? (size_t, uintptr_t?) And is the word size
> clearly defined for each target? (I'm not a backend expert).
Wouldn't this just be 'unsigned long' by definition?
--
Jonathan Lennox
lennox@cs.columbia.edu
More information about the Gcc
mailing list