[Gmp-commit] /var/hg/gmp: Grab from "bd2" directory, not from "core2".
mercurial at gmplib.org
mercurial at gmplib.org
Sun Aug 4 21:24:09 UTC 2019
details: /var/hg/gmp/rev/a8044d2b30e0
changeset: 17786:a8044d2b30e0
user: Torbjorn Granlund <tg at gmplib.org>
date: Sun Aug 04 23:23:38 2019 +0200
description:
Grab from "bd2" directory, not from "core2".
diffstat:
mpn/x86_64/zen/gcd_1.asm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (9 lines):
diff -r 930d6b8c5dc1 -r a8044d2b30e0 mpn/x86_64/zen/gcd_1.asm
--- a/mpn/x86_64/zen/gcd_1.asm Fri Aug 02 18:02:54 2019 +0200
+++ b/mpn/x86_64/zen/gcd_1.asm Sun Aug 04 23:23:38 2019 +0200
@@ -34,4 +34,4 @@
ABI_SUPPORT(STD64)
MULFUNC_PROLOGUE(mpn_gcd_1)
-include_mpn(`x86_64/core2/gcd_1.asm')
+include_mpn(`x86_64/bd2/gcd_1.asm')
More information about the gmp-commit
mailing list