diff options
author | Torbjorn Granlund <tege@gmplib.org> | 2009-12-29 14:41:44 +0100 |
---|---|---|
committer | Torbjorn Granlund <tege@gmplib.org> | 2009-12-29 14:41:44 +0100 |
commit | 4d07e7e9b43fd8488678ffb4b6b7dc7bf88b79d0 (patch) | |
tree | 72a2129123467e9c45c109dc40609fa687870a69 /ChangeLog | |
parent | e6eda14c4df4ef039eca5f6dbe4cbdc54d8bc3ce (diff) | |
download | gmp-4d07e7e9b43fd8488678ffb4b6b7dc7bf88b79d0.tar.gz |
Set min_size to 6, DC functions require this.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2009-12-29 Torbjorn Granlund <tege@gmplib.org> + * tune/tuneup.c (tune_mu_div): Set min_size to 6, DC functions require + this. + * tests/mpn/t-div.c: Call mu_div functions with operands that generate a high quotient limb. |