[Gmp-commit] /var/hg/gmp: Fixed comment copy-paste error. Spotted by Itai Bar...
mercurial at gmplib.org
mercurial at gmplib.org
Fri Sep 13 21:57:48 CEST 2013
details: /var/hg/gmp/rev/293dbc579e2a
changeset: 15984:293dbc579e2a
user: Niels M?ller <nisse at lysator.liu.se>
date: Fri Sep 13 21:57:19 2013 +0200
description:
Fixed comment copy-paste error. Spotted by Itai Bar-Natan.
diffstat:
mpn/generic/toom33_mul.c | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diffs (20 lines):
diff -r dcc8c03673b1 -r 293dbc579e2a mpn/generic/toom33_mul.c
--- a/mpn/generic/toom33_mul.c Thu Sep 12 16:27:35 2013 +0200
+++ b/mpn/generic/toom33_mul.c Fri Sep 13 21:57:19 2013 +0200
@@ -31,11 +31,11 @@
/* Evaluate in: -1, 0, +1, +2, +inf
- <-s--><--n--><--n--><--n-->
- ____ ______ ______ ______
- |_a3_|___a2_|___a1_|___a0_|
- |b3_|___b2_|___b1_|___b0_|
- <-t-><--n--><--n--><--n-->
+ <-s--><--n--><--n-->
+ ____ ______ ______
+ |_a2_|___a1_|___a0_|
+ |b2_|___b1_|___b0_|
+ <-t-><--n--><--n-->
v0 = a0 * b0 # A(0)*B(0)
v1 = (a0+ a1+ a2)*(b0+ b1+ b2) # A(1)*B(1) ah <= 2 bh <= 2
More information about the gmp-commit
mailing list