summaryrefslogtreecommitdiff
path: root/mpn/powerpc64/mode64/mode1o.asm
diff options
context:
space:
mode:
Diffstat (limited to 'mpn/powerpc64/mode64/mode1o.asm')
-rw-r--r--mpn/powerpc64/mode64/mode1o.asm10
1 files changed, 6 insertions, 4 deletions
diff --git a/mpn/powerpc64/mode64/mode1o.asm b/mpn/powerpc64/mode64/mode1o.asm
index 489ca8551..37e4028d8 100644
--- a/mpn/powerpc64/mode64/mode1o.asm
+++ b/mpn/powerpc64/mode64/mode1o.asm
@@ -19,10 +19,12 @@ dnl along with the GNU MP Library. If not, see http://www.gnu.org/licenses/.
include(`../config.m4')
-C cycles/limb
-C POWER3/PPC630: 13-19
-C POWER4/PPC970: 16
-C POWER5: 16
+C cycles/limb
+C POWER3/PPC630 13-19
+C POWER4/PPC970 16
+C POWER5 16
+C POWER6 ?
+C POWER7 12
C TODO
C * Check if n=1 code is really an improvement. It probably isn't.