Branch: Tag:

2014-12-04

2014-12-04 19:23:04 by 0

Add detection of unsigned 128-bit integer.

Define UINT128 as distinct type since "unsigned __int128_t" does not always work even when __int128_t does. Adds UINT64 as well for macro expansion in bignum.h.

3554:   AC_CHECK_SIZEOF(time_t, 4)   AC_CHECK_SIZEOF(__int128)   AC_CHECK_SIZEOF(__int128_t) + AC_CHECK_SIZEOF(unsigned __int128) + AC_CHECK_SIZEOF(unsigned __int128_t) + AC_CHECK_SIZEOF(__uint128_t)      AC_MY_CHECK_TYPE(size_t,unsigned long)   AC_MY_CHECK_TYPE(ptrdiff_t,long)