summaryrefslogtreecommitdiff
path: root/tune/common.c
diff options
context:
space:
mode:
Diffstat (limited to 'tune/common.c')
-rw-r--r--tune/common.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/tune/common.c b/tune/common.c
index a62e0a91a..4f68b2652 100644
--- a/tune/common.c
+++ b/tune/common.c
@@ -546,6 +546,13 @@ speed_mpn_addmul_8 (struct speed_params *s)
}
#endif
+#if HAVE_NATIVE_mpn_addaddmul_1msb0
+double
+speed_mpn_addaddmul_1msb0 (struct speed_params *s)
+{
+ SPEED_ROUTINE_MPN_ADDADDMUL1_MSB0 (mpn_addaddmul_1msb0);
+}
+#endif
double
speed_mpn_mul_1 (struct speed_params *s)
{