[Gmp-commit] /home/hgfiles/gmp: Fix typo.
mercurial at gmplib.org
mercurial at gmplib.org
Sun Dec 20 05:03:04 CET 2009
details: /home/hgfiles/gmp/rev/aa534ff027a4
changeset: 13140:aa534ff027a4
user: Torbjorn Granlund <tege at gmplib.org>
date: Sun Dec 20 05:03:00 2009 +0100
description:
Fix typo.
diffstat:
tune/tuneup.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 13e7ee60e57c -r aa534ff027a4 tune/tuneup.c
--- a/tune/tuneup.c Sun Dec 20 04:00:24 2009 +0100
+++ b/tune/tuneup.c Sun Dec 20 05:03:00 2009 +0100
@@ -886,7 +886,7 @@
param.name = "MUL_TOOM42_TO_TOOM53_THRESHOLD";
param.min_size = MPN_TOOM53_MUL_MINSIZE;
one (&mul_toom42_to_toom53_threshold, ¶m);
- print_define ("MUL_TOOM32_TO_TOOM53_THRESHOLD", 11*mul_toom42_to_toom53_threshold/20);
+ print_define ("MUL_TOOM42_TO_TOOM53_THRESHOLD", 11*mul_toom42_to_toom53_threshold/20);
param.function = speed_mpn_toom42_mul;
param.function2 = speed_mpn_toom63_mul;
More information about the gmp-commit
mailing list