[Gmp-commit] /var/hg/gmp: Make new grabber files actually work.
mercurial at gmplib.org
mercurial at gmplib.org
Mon Mar 12 23:36:36 CET 2012
details: /var/hg/gmp/rev/f537eee3c124
changeset: 14753:f537eee3c124
user: Torbjorn Granlund <tege at gmplib.org>
date: Mon Mar 12 23:36:34 2012 +0100
description:
Make new grabber files actually work.
diffstat:
mpn/x86_64/bd1/gcd_1.asm | 8 +++++++-
mpn/x86_64/k10/gcd_1.asm | 8 +++++++-
2 files changed, 14 insertions(+), 2 deletions(-)
diffs (30 lines):
diff -r f49ec37e3c41 -r f537eee3c124 mpn/x86_64/bd1/gcd_1.asm
--- a/mpn/x86_64/bd1/gcd_1.asm Mon Mar 12 22:25:54 2012 +0100
+++ b/mpn/x86_64/bd1/gcd_1.asm Mon Mar 12 23:36:34 2012 +0100
@@ -17,4 +17,10 @@
dnl You should have received a copy of the GNU Lesser General Public License
dnl along with the GNU MP Library. If not, see http://www.gnu.org/licenses/.
-include(`x86_64/core2/gcd_1.asm')
+include(`../config.m4')
+
+ABI_SUPPORT(DOS64)
+ABI_SUPPORT(STD64)
+
+MULFUNC_PROLOGUE(mpn_gcd_1)
+include_mpn(`x86_64/core2/gcd_1.asm')
diff -r f49ec37e3c41 -r f537eee3c124 mpn/x86_64/k10/gcd_1.asm
--- a/mpn/x86_64/k10/gcd_1.asm Mon Mar 12 22:25:54 2012 +0100
+++ b/mpn/x86_64/k10/gcd_1.asm Mon Mar 12 23:36:34 2012 +0100
@@ -17,4 +17,10 @@
dnl You should have received a copy of the GNU Lesser General Public License
dnl along with the GNU MP Library. If not, see http://www.gnu.org/licenses/.
-include(`x86_64/core2/gcd_1.asm')
+include(`../config.m4')
+
+ABI_SUPPORT(DOS64)
+ABI_SUPPORT(STD64)
+
+MULFUNC_PROLOGUE(mpn_gcd_1)
+include_mpn(`x86_64/core2/gcd_1.asm')
More information about the gmp-commit
mailing list