summaryrefslogtreecommitdiff
path: root/mpn/x86_64
diff options
context:
space:
mode:
authorTorbjorn Granlund <tg@gmplib.org>2019-11-29 14:49:17 +0100
committerTorbjorn Granlund <tg@gmplib.org>2019-11-29 14:49:17 +0100
commit7439e2e460273a2ba48fbbeeac35e3f77162fb74 (patch)
tree60a26757880b947e06a75c20aaacb165ebc94947 /mpn/x86_64
parent175570b422747d6a7e7ec141e5c04197e0c7d876 (diff)
downloadgmp-7439e2e460273a2ba48fbbeeac35e3f77162fb74.tar.gz
Remove gcd_1 as fat function, add gcd_11 and gcd_22.
Diffstat (limited to 'mpn/x86_64')
-rw-r--r--mpn/x86_64/fat/fat.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/mpn/x86_64/fat/fat.c b/mpn/x86_64/fat/fat.c
index 4bd8ef02c..97938fe99 100644
--- a/mpn/x86_64/fat/fat.c
+++ b/mpn/x86_64/fat/fat.c
@@ -160,7 +160,8 @@ struct cpuvec_t __gmpn_cpuvec = {
__MPN(copyi_init),
__MPN(divexact_1_init),
__MPN(divrem_1_init),
- __MPN(gcd_1_init),
+ __MPN(gcd_11_init),
+ __MPN(gcd_22_init),
__MPN(lshift_init),
__MPN(lshiftc_init),
__MPN(mod_1_init),