On 10/3/18 4:28 AM, Alex Bennée wrote:
>
> Richard Henderson writes:
>
>> The __udiv_qrnnd primitive that we nicked from gmp requires its
>> inputs to be normalized. We were not doing that. Because the
>> inputs are nearly normalized already, finishing that is trivial.
>> Inline div128to64 int
Richard Henderson writes:
> The __udiv_qrnnd primitive that we nicked from gmp requires its
> inputs to be normalized. We were not doing that. Because the
> inputs are nearly normalized already, finishing that is trivial.
> Inline div128to64 into its one user, because it is no longer a
> gene
On Tue, Oct 02, 2018 at 14:53:47 -0500, Richard Henderson wrote:
> The __udiv_qrnnd primitive that we nicked from gmp requires its
> inputs to be normalized. We were not doing that. Because the
> inputs are nearly normalized already, finishing that is trivial.
> Inline div128to64 into its one use
The __udiv_qrnnd primitive that we nicked from gmp requires its
inputs to be normalized. We were not doing that. Because the
inputs are nearly normalized already, finishing that is trivial.
Inline div128to64 into its one user, because it is no longer a
general-purpose routine.
Fixes: cf07323d494