[cfarm-announces] New Arm Morello SoC machine: cfarm240
Marc Glisse
marc.glisse at inria.fr
Thu Aug 24 10:52:05 CEST 2023
On Thu, 24 Aug 2023, Torbjörn Granlund wrote:
> Note the size of pointers, 16 bytes. There is no integer type mathing
> that, so if code tries to cast a pointer through some integer type for,
> say, aligning it, things will break.
There is, it is called (u)intptr_t, the standard name for an integer type
that can hold a pointer.
--
Marc Glisse
More information about the gmp-bugs
mailing list