bug-gawk
[Top][All Lists]
Advanced

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

Re: [bug-gawk] macOS: mpfrsqrt check fails on gawk-4.2-stable and master


From: arnold
Subject: Re: [bug-gawk] macOS: mpfrsqrt check fails on gawk-4.2-stable and master branches
Date: Thu, 08 Feb 2018 01:26:55 -0700
User-agent: Heirloom mailx 12.4 7/29/08

The flows in mpfr.c and extension/intdiv.c for the MPFR cases are
completely different.  The first uses mpfr_get_z and the second
uses mpz_tdiv_qr.

Andy - did you write the extension?

I also have to wonder if we're up against compiler issues. Linux
uses GCC to comple MPFR and GMP, and on Mac OS X it's clang.

HTH,

Arnold



reply via email to

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