summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2011-11-22 17:01:22 +0100
committerTorbjorn Granlund <tege@gmplib.org>2011-11-22 17:01:22 +0100
commit10688cef0b5361ffebd094967fdcd7ebb3b63d83 (patch)
tree99e4d902c3b59df9791eebd46ec2058f2d26e145
parentc1be217f4a744da94162daa00293255d16f61cac (diff)
downloadgmp-10688cef0b5361ffebd094967fdcd7ebb3b63d83.tar.gz
Add more cycle numbers.
-rw-r--r--mpn/powerpc32/aors_n.asm19
1 files changed, 11 insertions, 8 deletions
diff --git a/mpn/powerpc32/aors_n.asm b/mpn/powerpc32/aors_n.asm
index f9e9b50d5..12115a9e9 100644
--- a/mpn/powerpc32/aors_n.asm
+++ b/mpn/powerpc32/aors_n.asm
@@ -19,14 +19,17 @@ dnl along with the GNU MP Library. If not, see http://www.gnu.org/licenses/.
include(`../config.m4')
-C cycles/limb
-C 603e: ?
-C 604e: ? old: 3.25
-C 75x (G3): ? old: 3.5
-C 7400,7410 (G4): 3.25
-C 744x,745x (G4+): 4
-C power4/ppc970: ? old: 2.0
-C power5: ? old: 2.5
+C cycles/limb
+C 603e: ?
+C 604e: ? old: 3.25
+C 75x (G3): ? old: 3.5
+C 7400,7410 (G4): 3.25
+C 744x,745x (G4+): 4
+C POWER3/PPC630 2
+C POWER4/PPC970 2.4
+C POWER5 2.75
+C POWER6 40-140
+C POWER7 3
C INPUT PARAMETERS
define(`rp', `r3')