summaryrefslogtreecommitdiff
path: root/mpn/x86_64/dive_1.asm
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2010-03-10 01:57:14 +0100
committerTorbjorn Granlund <tege@gmplib.org>2010-03-10 01:57:14 +0100
commitb7f7758a299e7f0bf0f1f6800bc666a64204920e (patch)
treefeab829fafc7b64c309188752e4ed15cf21c7e4f /mpn/x86_64/dive_1.asm
parent3ef6f81b6a9190128aacf2ea193f19e718b589b5 (diff)
downloadgmp-b7f7758a299e7f0bf0f1f6800bc666a64204920e.tar.gz
Clean up cycle count tables.
Diffstat (limited to 'mpn/x86_64/dive_1.asm')
-rw-r--r--mpn/x86_64/dive_1.asm13
1 files changed, 7 insertions, 6 deletions
diff --git a/mpn/x86_64/dive_1.asm b/mpn/x86_64/dive_1.asm
index f3b6ac8fa..eb955c1ec 100644
--- a/mpn/x86_64/dive_1.asm
+++ b/mpn/x86_64/dive_1.asm
@@ -21,12 +21,13 @@ include(`../config.m4')
C cycles/limb
-C K8,K9: 10
-C K10: 10
-C P4: 33
-C P6 core2: 13.25
-C P6 corei7: 14
-C P6 atom: 42
+C AMD K8,K9 10
+C AMD K10 10
+C Intel P4 33
+C Intel core2 13.25
+C Intel corei 14
+C Intel atom 42
+C VIA nano ?
C A quick adoption of the 32-bit K7 code.