diff options
author | Marco Bodrato <bodrato@mail.dm.unipi.it> | 2012-05-07 19:19:49 +0200 |
---|---|---|
committer | Marco Bodrato <bodrato@mail.dm.unipi.it> | 2012-05-07 19:19:49 +0200 |
commit | 0cc38ade23dda98f0c471c5453d4560de5827857 (patch) | |
tree | e9e983c25653e6a6ba0cd7b969bb4db1e0dfb83e /mpn/minithres | |
parent | 210c722df5ae17ed685efb97a5bea7cd4ed5c12b (diff) | |
download | gmp-0cc38ade23dda98f0c471c5453d4560de5827857.tar.gz |
typos in previous commit (was 32-bit only)
Diffstat (limited to 'mpn/minithres')
-rw-r--r-- | mpn/minithres/gmp-mparam.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mpn/minithres/gmp-mparam.h b/mpn/minithres/gmp-mparam.h index b1bc37c7b..d1ca58170 100644 --- a/mpn/minithres/gmp-mparam.h +++ b/mpn/minithres/gmp-mparam.h @@ -95,4 +95,4 @@ along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */ #define SET_STR_PRECOMPUTE_THRESHOLD 100 #define FAC_ODD_THRESHOLD 0 /* always */ -#define FAC_DSC_THRESHOLD 42 +#define FAC_DSC_THRESHOLD 70 |