[Gmp-commit] /var/hg/gmp: 2 new changesets
mercurial at gmplib.org
mercurial at gmplib.org
Fri Oct 11 00:57:59 CEST 2013
details: /var/hg/gmp/rev/3804ae9641da
changeset: 16040:3804ae9641da
user: Torbjorn Granlund <tege at gmplib.org>
date: Fri Oct 11 00:54:17 2013 +0200
description:
Fix a comment typo.
details: /var/hg/gmp/rev/c66176ad9923
changeset: 16041:c66176ad9923
user: Torbjorn Granlund <tege at gmplib.org>
date: Fri Oct 11 00:55:53 2013 +0200
description:
Use 'subl' form to avoid ambiguity.
diffstat:
mpn/x86/k7/mod_1_1.asm | 2 +-
tests/mpz/reuse.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diffs (24 lines):
diff -r dc24a9c22996 -r c66176ad9923 mpn/x86/k7/mod_1_1.asm
--- a/mpn/x86/k7/mod_1_1.asm Fri Oct 11 00:53:30 2013 +0200
+++ b/mpn/x86/k7/mod_1_1.asm Fri Oct 11 00:55:53 2013 +0200
@@ -95,7 +95,7 @@
mov -8(ap), %eax
adc %edx, %eax
sbb r2, r2
- sub $3, n
+ subl $3, n
lea -16(ap), ap
jz L(reduce_three)
diff -r dc24a9c22996 -r c66176ad9923 tests/mpz/reuse.c
--- a/tests/mpz/reuse.c Fri Oct 11 00:53:30 2013 +0200
+++ b/tests/mpz/reuse.c Fri Oct 11 00:55:53 2013 +0200
@@ -469,7 +469,7 @@
FAIL2 (mpz_rootrem, in1, in2, NULL);
}
- if (size_range < 18) /* run fewer tests since gcdext lots of time */
+ if (size_range < 18) /* run fewer tests since gcdext is slow */
{
mpz_gcdext (ref1, ref2, ref3, in1, in2);
MPZ_CHECK_FORMAT (ref1);
More information about the gmp-commit
mailing list