summaryrefslogtreecommitdiff
path: root/mpn/x86_64/aors_n.asm
diff options
context:
space:
mode:
Diffstat (limited to 'mpn/x86_64/aors_n.asm')
-rw-r--r--mpn/x86_64/aors_n.asm13
1 files changed, 7 insertions, 6 deletions
diff --git a/mpn/x86_64/aors_n.asm b/mpn/x86_64/aors_n.asm
index f2365ab45..be649868f 100644
--- a/mpn/x86_64/aors_n.asm
+++ b/mpn/x86_64/aors_n.asm
@@ -20,12 +20,13 @@ dnl along with the GNU MP Library. If not, see http://www.gnu.org/licenses/.
include(`../config.m4')
C cycles/limb
-C K8,K9: 1.5
-C K10: 1.5
-C P4: ?
-C P6 core2: 4.9
-C P6 corei7:
-C P6 atom: 4
+C AMD K8,K9 1.5
+C AMD K10 1.5
+C Intel P4 ?
+C Intel core2 4.9
+C Intel corei ?
+C Intel atom 4
+C VIA nano 3.25
C The inner loop of this code is the result of running a code generation and
C optimization tool suite written by David Harvey and Torbjorn Granlund.