[Gmp-commit] /var/hg/gmp: Comment changes.

mercurial at gmplib.org mercurial at gmplib.org
Thu Mar 3 00:10:24 CET 2011


details:   /var/hg/gmp/rev/58bf25d0d0a1
changeset: 13984:58bf25d0d0a1
user:      Torbjorn Granlund <tege at gmplib.org>
date:      Thu Mar 03 00:10:19 2011 +0100
description:
Comment changes.

diffstat:

 mpn/x86_64/coreinhm/aorrlsh_n.asm |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (15 lines):

diff -r 7ab84ee0842e -r 58bf25d0d0a1 mpn/x86_64/coreinhm/aorrlsh_n.asm
--- a/mpn/x86_64/coreinhm/aorrlsh_n.asm	Thu Mar 03 00:09:43 2011 +0100
+++ b/mpn/x86_64/coreinhm/aorrlsh_n.asm	Thu Mar 03 00:10:19 2011 +0100
@@ -33,8 +33,9 @@
 C Intel atom	 ?
 C VIA nano	 ?
 
-C The inner-loop probably runs close to optimally on Nehalem.  The rest of the
-C code is quite crude, and could perhaps be made both smaller and faster.
+C The inner-loop probably runs close to optimally on Nehalem using 4-way
+C unrolling.  The rest of the code is quite crude, and could perhaps be made
+C both smaller and faster.
 
 C INPUT PARAMETERS
 define(`rp',	`%rdi')


More information about the gmp-commit mailing list