summaryrefslogtreecommitdiff
path: root/mpn/asm-defs.m4
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2011-02-05 20:21:37 +0100
committerTorbjorn Granlund <tege@gmplib.org>2011-02-05 20:21:37 +0100
commit5a32e8e0047fc318133706237d2414df123a43d9 (patch)
treea8dd49b910f9a0471796fbafd3f1489b05873de2 /mpn/asm-defs.m4
parentc37f9e0f017caeebe528e2cf6933caa376ab8596 (diff)
downloadgmp-5a32e8e0047fc318133706237d2414df123a43d9.tar.gz
(mpn_addlsh1_nc, mpn_addlsh2_nc, mpn_sublsh1_nc, mpn_sublsh2_nc, mpn_rsblsh1_nc, mpn_rsblsh2_nc): Declare
Diffstat (limited to 'mpn/asm-defs.m4')
-rw-r--r--mpn/asm-defs.m46
1 files changed, 6 insertions, 0 deletions
diff --git a/mpn/asm-defs.m4 b/mpn/asm-defs.m4
index 1964dc009..1bdee6411 100644
--- a/mpn/asm-defs.m4
+++ b/mpn/asm-defs.m4
@@ -1309,7 +1309,9 @@ define_mpn(add_1)
define_mpn(add_n)
define_mpn(add_nc)
define_mpn(addlsh1_n)
+define_mpn(addlsh1_nc)
define_mpn(addlsh2_n)
+define_mpn(addlsh2_nc)
define_mpn(addlsh_n)
define_mpn(addmul_1)
define_mpn(addmul_1c)
@@ -1392,7 +1394,9 @@ define_mpn(random2)
define_mpn(redc_1)
define_mpn(redc_2)
define_mpn(rsblsh1_n)
+define_mpn(rsblsh1_nc)
define_mpn(rsblsh2_n)
+define_mpn(rsblsh2_nc)
define_mpn(rsblsh_n)
define_mpn(rsh1add_n)
define_mpn(rsh1add_nc)
@@ -1408,7 +1412,9 @@ define_mpn(sqr_diagonal)
define_mpn(sqr_diag_addlsh1)
define_mpn(sub_n)
define_mpn(sublsh1_n)
+define_mpn(sublsh1_nc)
define_mpn(sublsh2_n)
+define_mpn(sublsh2_nc)
define_mpn(sqrtrem)
define_mpn(sub)
define_mpn(sub_1)