Hi all,

We've located a fairly rare bug in basecase division in MPIR.

For the moment, a simple workaround is as follows. Between running
configure and make, edit the file gmp-mparam.h at the top level of the
source tree.

Ensure that the following two constant are set to the value of 0:

#define SB_DIVAPPR_Q_SMALL_THRESHOLD      0  /* always */
#define SB_DIV_QR_SMALL_THRESHOLD         0  /* always */

We will issue a proper fix next week.

Bill.

-- 
You received this message because you are subscribed to the Google Groups 
"mpir-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mpir-devel+unsubscr...@googlegroups.com.
To post to this group, send email to mpir-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/mpir-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to