[Gmp-commit] /var/hg/gmp: Update some s390_64 file comments.
mercurial at gmplib.org
mercurial at gmplib.org
Sat Aug 19 19:40:24 CEST 2023
details: /var/hg/gmp/rev/b985fb5f5a0a
changeset: 18434:b985fb5f5a0a
user: Torbjorn Granlund <tg at gmplib.org>
date: Sat Aug 19 19:40:19 2023 +0200
description:
Update some s390_64 file comments.
diffstat:
mpn/s390_64/copyi.asm | 4 ++++
mpn/s390_64/z14/logops_n.asm | 2 +-
mpn/s390_64/z15/aors_n.asm | 7 +++----
3 files changed, 8 insertions(+), 5 deletions(-)
diffs (55 lines):
diff -r 028e572a8fa2 -r b985fb5f5a0a mpn/s390_64/copyi.asm
--- a/mpn/s390_64/copyi.asm Sat Aug 19 19:38:55 2023 +0200
+++ b/mpn/s390_64/copyi.asm Sat Aug 19 19:40:19 2023 +0200
@@ -37,6 +37,10 @@
C z9 ?
C z10 1
C z196 ?
+C z12 ?
+C z13 ?
+C z14 ?
+C z15 0.55 (@4.2)
C NOTE
C * This is based on GNU libc memcpy which was written by Martin Schwidefsky.
diff -r 028e572a8fa2 -r b985fb5f5a0a mpn/s390_64/z14/logops_n.asm
--- a/mpn/s390_64/z14/logops_n.asm Sat Aug 19 19:38:55 2023 +0200
+++ b/mpn/s390_64/z14/logops_n.asm Sat Aug 19 19:40:19 2023 +0200
@@ -30,7 +30,7 @@
include(`../config.m4')
-C cycles/limb
+C cycles/limb
C z900 -
C z990 -
C z9 -
diff -r 028e572a8fa2 -r b985fb5f5a0a mpn/s390_64/z15/aors_n.asm
--- a/mpn/s390_64/z15/aors_n.asm Sat Aug 19 19:38:55 2023 +0200
+++ b/mpn/s390_64/z15/aors_n.asm Sat Aug 19 19:40:19 2023 +0200
@@ -1,6 +1,6 @@
-dnl S/390-64 logops.
+dnl S/390-64 mpn_add_n and mpn_sub_n.
-dnl Copyright 2011 Free Software Foundation, Inc.
+dnl Copyright 2023 Free Software Foundation, Inc.
dnl This file is part of the GNU MP Library.
dnl
@@ -30,7 +30,7 @@
include(`../config.m4')
-C cycles/limb
+C cycles/limb
C z900 -
C z990 -
C z9 -
@@ -41,7 +41,6 @@
C z14 ?
C z15 ?
-C INPUT PARAMETERS
define(`rp', `%r2')
define(`ap', `%r3')
define(`bp', `%r4')
More information about the gmp-commit
mailing list