Fixed a typo and reverted a change.

This commit is contained in:
(no author) 2010-02-24 01:16:46 +00:00
parent 80d9c85d77
commit dbad311916
2 changed files with 2 additions and 2 deletions

View File

@ -1545,7 +1545,7 @@ __GMP_DECLSPEC extern const mp_limb_t __gmp_fib_table[];
#endif
#ifndef MULMID_TOOM42_THRESHOLD
#define MULMID_TOOM42_THRESHOLD 20
#define MULMID_TOOM42_THRESHOLD 36
#endif
#ifndef MUL_TOOM7_THRESHOLD

View File

@ -30,7 +30,7 @@ along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */
mp_limb_t
mpn_dcp_divappr_q_n (mp_ptr qp, mp_ptr np, mp_srcptr dp, mp_size_t n,
mpn_dc_divappr_q_n (mp_ptr qp, mp_ptr np, mp_srcptr dp, mp_size_t n,
mp_limb_t dinv, mp_ptr tp)
{
mp_size_t lo, hi;