diff options
author | tege <tege@gmplib.org> | 2006-11-04 14:31:57 +0100 |
---|---|---|
committer | tege <tege@gmplib.org> | 2006-11-04 14:31:57 +0100 |
commit | d44ceef52205375c08babf23cb11998526f53b10 (patch) | |
tree | 1427c484dcb803c4dd78e7171d8e6b010146dc08 /mpn/x86_64/logops_n.asm | |
parent | 4cd71812e7089e9dfe8a5d9c396d4fbc70cdafdc (diff) | |
download | gmp-d44ceef52205375c08babf23cb11998526f53b10.tar.gz |
Add P6-15 cycle counts for all files.
Diffstat (limited to 'mpn/x86_64/logops_n.asm')
-rw-r--r-- | mpn/x86_64/logops_n.asm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/mpn/x86_64/logops_n.asm b/mpn/x86_64/logops_n.asm index 21f3b240a..a791df90a 100644 --- a/mpn/x86_64/logops_n.asm +++ b/mpn/x86_64/logops_n.asm @@ -22,9 +22,10 @@ dnl Boston, MA 02110-1301, USA. include(`../config.m4') -C cycles/limb -C Hammer: 1.5 -C Prescott/Nocona: 2.8/3.35/3.60 (variant1/variant2/variant3) +C cycles/limb +C K8: 1.5 +C P4: 2.8/3.35/3.60 (variant1/variant2/variant3) +C P6-15: 2.0 ifdef(`OPERATION_and_n',` define(`func',`mpn_and_n') |