[Gmp-commit] /var/hg/gmp: Add/update cycle numbers.
mercurial at gmplib.org
mercurial at gmplib.org
Mon Mar 21 12:37:10 CET 2011
details: /var/hg/gmp/rev/4c3a30d7382c
changeset: 14085:4c3a30d7382c
user: Torbjorn Granlund <tege at gmplib.org>
date: Mon Mar 21 12:35:37 2011 +0100
description:
Add/update cycle numbers.
diffstat:
mpn/x86_64/core2/lshift.asm | 3 ++-
mpn/x86_64/core2/lshiftc.asm | 3 ++-
mpn/x86_64/core2/rshift.asm | 3 ++-
3 files changed, 6 insertions(+), 3 deletions(-)
diffs (39 lines):
diff -r 9891afa665ea -r 4c3a30d7382c mpn/x86_64/core2/lshift.asm
--- a/mpn/x86_64/core2/lshift.asm Mon Mar 21 12:34:47 2011 +0100
+++ b/mpn/x86_64/core2/lshift.asm Mon Mar 21 12:35:37 2011 +0100
@@ -25,7 +25,8 @@
C AMD K10 4.25
C Intel P4 14.7
C Intel core2 1.27
-C Intel corei 1.5
+C Intel NHM 1.375 (up to about n = 260, then 1.5)
+C Intel SBR 1.87
C Intel atom ?
C VIA nano ?
diff -r 9891afa665ea -r 4c3a30d7382c mpn/x86_64/core2/lshiftc.asm
--- a/mpn/x86_64/core2/lshiftc.asm Mon Mar 21 12:34:47 2011 +0100
+++ b/mpn/x86_64/core2/lshiftc.asm Mon Mar 21 12:35:37 2011 +0100
@@ -25,7 +25,8 @@
C AMD K10 ?
C Intel P4 ?
C Intel core2 1.5
-C Intel corei 1.75
+C Intel NHM 2.25 (up to about n = 260, then 1.875)
+C Intel SBR 2.25
C Intel atom ?
C VIA nano ?
diff -r 9891afa665ea -r 4c3a30d7382c mpn/x86_64/core2/rshift.asm
--- a/mpn/x86_64/core2/rshift.asm Mon Mar 21 12:34:47 2011 +0100
+++ b/mpn/x86_64/core2/rshift.asm Mon Mar 21 12:35:37 2011 +0100
@@ -25,7 +25,8 @@
C AMD K10 4.25
C Intel P4 14.7
C Intel core2 1.27
-C Intel corei 1.5
+C Intel NHM 1.375 (up to about n = 260, then 1.5)
+C Intel SBR 1.77
C Intel atom ?
C VIA nano ?
More information about the gmp-commit
mailing list