summaryrefslogtreecommitdiff
path: root/src/mul_ui.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mul_ui.c')
-rw-r--r--src/mul_ui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mul_ui.c b/src/mul_ui.c
index 741aed81d..4c3e063b0 100644
--- a/src/mul_ui.c
+++ b/src/mul_ui.c
@@ -24,7 +24,7 @@ http://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
#define MPFR_NEED_LONGLONG_H
#include "mpfr-impl.h"
-int
+MPFR_HOT_FUNCTION_ATTR int
mpfr_mul_ui (mpfr_ptr y, mpfr_srcptr x, unsigned long int u, mpfr_rnd_t rnd_mode)
{
mp_limb_t *yp;