summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2011-11-22 17:03:17 +0100
committerTorbjorn Granlund <tege@gmplib.org>2011-11-22 17:03:17 +0100
commitd8b2d9eabb0faff2d12c3f2b3ab5c9e36fb21701 (patch)
treea8bb94a712a341412d6c29a5845c0eece06e5160
parent10688cef0b5361ffebd094967fdcd7ebb3b63d83 (diff)
downloadgmp-d8b2d9eabb0faff2d12c3f2b3ab5c9e36fb21701.tar.gz
Add more cycle numbers.
-rw-r--r--mpn/x86_64/tabselect.asm5
1 files changed, 3 insertions, 2 deletions
diff --git a/mpn/x86_64/tabselect.asm b/mpn/x86_64/tabselect.asm
index ca475942b..2611b3212 100644
--- a/mpn/x86_64/tabselect.asm
+++ b/mpn/x86_64/tabselect.asm
@@ -23,11 +23,12 @@ include(`../config.m4')
C cycles/limb
C AMD K8,K9 2.5
C AMD K10 2.5
+C AMD bobcat 3.5
C Intel P4 4
-C Intel core2 2.3
+C Intel core2 2.33
C Intel NHM 2.5
C Intel SBR 2.2
-C Intel atom ?
+C Intel atom 5
C VIA nano 3.5
C NOTES