Re: Bug found in nightbuilds

2014-02-17 Thread Niels Möller
ni...@lysator.liu.se (Niels Möller) writes: > So to avoid zeros, we'd just need to clear the param.min_is_always flag > when tuning, right? I'd suggest doing the below (also undoing Marco's previous fix). To fix the actual failure, one would also need to edit the two gmp-mparam.h files which set

Re: Bug found in nightbuilds

2014-02-17 Thread Niels Möller
bodr...@mail.dm.unipi.it writes: (on tuning of DIV_QR_1_UNNORM_THRESHOLD) > Does tuning this constant work at all? This code is not suited to intract > correctly with tuneup... > > The function one() in tuneup compares the timings of a function with an > argument $n$ and thresholds $n$ and $n+1$,