This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Moving mp_limb_t initialization to compile time


On Wed, 15 May 2013, Richard Henderson wrote:

> Perhaps something like
> 
> #if defined(_LONG_LONG_LIMB) || __LONG_MAX__ > 0xfffffffful

Use BITS_PER_MP_LIMB from gmp-mparam.h here (as in stdlib/fpioconst.[ch]).

-- 
Joseph S. Myers
joseph@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]