emacs-devel
[Top][All Lists]
Advanced

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

Re: Making 'eq' == 'eql' in bignum branch


From: Paul Eggert
Subject: Re: Making 'eq' == 'eql' in bignum branch
Date: Fri, 10 Aug 2018 01:02:14 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1

Elias MÃ¥rtenson wrote:
I'm wondering why you
don't use the high order bits of the exponent instead of the low order bits
of the mantissa?

Because my benchmark was quick and dirty, and it was easier to mess with the low order bits that the code is already messing with. I have been considering using high order bits. (It's also possible to use some of each.)



reply via email to

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