summaryrefslogtreecommitdiff
path: root/mpn/x86
diff options
context:
space:
mode:
authorTorbjorn Granlund <tg@gmplib.org>2019-12-02 22:52:52 +0100
committerTorbjorn Granlund <tg@gmplib.org>2019-12-02 22:52:52 +0100
commite62f80aa6e8b05afec172da5da331daf84bb3f4d (patch)
treea59f56c9124eb3402e013bb5fadb510f97fdffe4 /mpn/x86
parent5ccaf969bad8a1c88f6dc8b38850558cc5584ed9 (diff)
downloadgmp-e62f80aa6e8b05afec172da5da331daf84bb3f4d.tar.gz
Finish change vs fat and gcd_11. Remove gcd_22 from fat functions for now, its calls to gcd_11 are problematic.
Diffstat (limited to 'mpn/x86')
-rw-r--r--mpn/x86/fat/fat.c1
-rw-r--r--mpn/x86/x86-defs.m42
2 files changed, 1 insertions, 2 deletions
diff --git a/mpn/x86/fat/fat.c b/mpn/x86/fat/fat.c
index 69fe81ff1..18be05a39 100644
--- a/mpn/x86/fat/fat.c
+++ b/mpn/x86/fat/fat.c
@@ -175,7 +175,6 @@ struct cpuvec_t __gmpn_cpuvec = {
__MPN(divexact_1_init),
__MPN(divrem_1_init),
__MPN(gcd_11_init),
- __MPN(gcd_22_init),
__MPN(lshift_init),
__MPN(lshiftc_init),
__MPN(mod_1_init),
diff --git a/mpn/x86/x86-defs.m4 b/mpn/x86/x86-defs.m4
index 56dfa03e6..81309b224 100644
--- a/mpn/x86/x86-defs.m4
+++ b/mpn/x86/x86-defs.m4
@@ -78,7 +78,7 @@ define(CPUVEC_FUNCS_LIST,
`copyi',
`divexact_1',
`divrem_1',
-`gcd_1',
+`gcd_11',
`lshift',
`lshiftc',
`mod_1',