[Gmp-commit] /var/hg/gmp: 2 new changesets
mercurial at gmplib.org
mercurial at gmplib.org
Tue Jun 20 00:29:17 UTC 2017
details: /var/hg/gmp/rev/a39409b90e3b
changeset: 17453:a39409b90e3b
user: Torbjorn Granlund <tg at gmplib.org>
date: Tue Jun 20 02:24:08 2017 +0200
description:
Fix typos.
details: /var/hg/gmp/rev/1227300dd980
changeset: 17454:1227300dd980
user: Torbjorn Granlund <tg at gmplib.org>
date: Tue Jun 20 02:26:31 2017 +0200
description:
New grabber file.
diffstat:
mpn/x86_64/coreihwl/aorrlsh_n.asm | 38 ++++++++++++++++++++++++++++++++++++++
mpn/x86_64/zen/aorrlsh_n.asm | 5 ++---
2 files changed, 40 insertions(+), 3 deletions(-)
diffs (64 lines):
diff -r c4ed1f00f967 -r 1227300dd980 mpn/x86_64/coreihwl/aorrlsh_n.asm
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mpn/x86_64/coreihwl/aorrlsh_n.asm Tue Jun 20 02:26:31 2017 +0200
@@ -0,0 +1,38 @@
+dnl X86-64 mpn_addlsh_n and mpn_rsblsh_n.
+
+dnl Copyright 2017 Free Software Foundation, Inc.
+
+dnl This file is part of the GNU MP Library.
+dnl
+dnl The GNU MP Library is free software; you can redistribute it and/or modify
+dnl it under the terms of either:
+dnl
+dnl * the GNU Lesser General Public License as published by the Free
+dnl Software Foundation; either version 3 of the License, or (at your
+dnl option) any later version.
+dnl
+dnl or
+dnl
+dnl * the GNU General Public License as published by the Free Software
+dnl Foundation; either version 2 of the License, or (at your option) any
+dnl later version.
+dnl
+dnl or both in parallel, as here.
+dnl
+dnl The GNU MP Library is distributed in the hope that it will be useful, but
+dnl WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+dnl or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
+dnl for more details.
+dnl
+dnl You should have received copies of the GNU General Public License and the
+dnl GNU Lesser General Public License along with the GNU MP Library. If not,
+dnl see https://www.gnu.org/licenses/.
+
+
+include(`../config.m4')
+
+ABI_SUPPORT(DOS64)
+ABI_SUPPORT(STD64)
+
+MULFUNC_PROLOGUE(mpn_addlsh_n mpn_rsblsh_n)
+include_mpn(`x86_64/zen/aorrlsh_n.asm')
diff -r c4ed1f00f967 -r 1227300dd980 mpn/x86_64/zen/aorrlsh_n.asm
--- a/mpn/x86_64/zen/aorrlsh_n.asm Fri Jun 16 18:53:15 2017 +0200
+++ b/mpn/x86_64/zen/aorrlsh_n.asm Tue Jun 20 02:26:31 2017 +0200
@@ -53,8 +53,8 @@
C VIA nano n/a
C TODO
-C * The loop sustains 4 insn/cycle on zen.
-C * Avoid using jrcxz by using dec n + jnz.
+C * The loop sustains 4 insns/cycle on zen.
+C * Perhaps avoid using jrcxz by using dec n + jnz.
define(`rp', `%rdi')
define(`up', `%rsi')
@@ -213,7 +213,6 @@
lea 40(rp), rp
xor R32(%r10), R32(%r10)
jmp L(e1)
-
EPILOGUE()
JUMPTABSECT
ALIGN(8)
More information about the gmp-commit
mailing list