[Gmp-commit] /var/hg/gmp: 2 new changesets
mercurial at gmplib.org
mercurial at gmplib.org
Sat Feb 23 20:32:13 CET 2013
details: /var/hg/gmp/rev/48e7389678ab
changeset: 15479:48e7389678ab
user: Torbjorn Granlund <tege at gmplib.org>
date: Sat Feb 23 20:31:19 2013 +0100
description:
Add cycle number.
details: /var/hg/gmp/rev/f193b12acd12
changeset: 15480:f193b12acd12
user: Torbjorn Granlund <tege at gmplib.org>
date: Sat Feb 23 20:32:09 2013 +0100
description:
Add a comment.
diffstat:
mpn/arm/v6/mul_2.asm | 2 +-
mpn/arm/v6t2/gcd_1.asm | 1 +
2 files changed, 2 insertions(+), 1 deletions(-)
diffs (23 lines):
diff -r 95b5c2d991c8 -r f193b12acd12 mpn/arm/v6/mul_2.asm
--- a/mpn/arm/v6/mul_2.asm Fri Feb 22 15:56:15 2013 +0100
+++ b/mpn/arm/v6/mul_2.asm Sat Feb 23 20:32:09 2013 +0100
@@ -26,7 +26,7 @@
C XScale -
C Cortex-A8 ?
C Cortex-A9 2.25
-C Cortex-A15 ?
+C Cortex-A15 2.5
C TODO
C * This is a trivial edit of the addmul_2 code. Check for simplifications,
diff -r 95b5c2d991c8 -r f193b12acd12 mpn/arm/v6t2/gcd_1.asm
--- a/mpn/arm/v6t2/gcd_1.asm Fri Feb 22 15:56:15 2013 +0100
+++ b/mpn/arm/v6t2/gcd_1.asm Sat Feb 23 20:32:09 2013 +0100
@@ -33,6 +33,7 @@
C TODO
C * Optimise inner-loop better.
+C * Push saving/restoring of callee-user regs into call code
C Threshold of when to call bmod when U is one limb. Should be about
C (time_in_cycles(bmod_1,1) + call_overhead) / (cycles/bit).
More information about the gmp-commit
mailing list