emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Change module interface to no longer use GMP objects directl


From: Paul Eggert
Subject: Re: [PATCH] Change module interface to no longer use GMP objects directly.
Date: Sun, 8 Dec 2019 20:58:29 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.2.1

On 12/8/19 7:26 PM, Eli Zaretskii wrote:
> I'd like to make emacs_limb_t be an unsigned long in 32-bit builds, to
> match mp_limb_t.

mp_limb_t is more complicated than that. On some 32-bit platforms, mp_limb_t
defaults to 64-bit 'unsigned long long', not to 32-bit 'unsigned long'. (The
libgmp builder can override this default, though I imagine most don't do that.)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]