[libgfortran] I/O of 128 bits integers
Andrew Pinski
pinskia@physics.uc.edu
Sat May 28 15:20:00 GMT 2005
On May 28, 2005, at 11:16 AM, FX Coudert wrote:
> +#ifdef __x86_64__
> +#define GFC_INTEGER_LARGEST __int128_t
> +#define GFC_UINTEGER_LARGEST __uint128_t
> +#else
> +#define GFC_INTEGER_LARGEST int64_t
> +#define GFC_UINTEGER_LARGEST uint64_t
> +#endif
I would not do this, I would put a check in configure
which looks for the largest supported type.
Thanks,
Andrew Pinski
More information about the Fortran
mailing list