summaryrefslogtreecommitdiff
path: root/fma.c
diff options
context:
space:
mode:
Diffstat (limited to 'fma.c')
-rw-r--r--fma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fma.c b/fma.c
index 5051cc08c..5f73d976c 100644
--- a/fma.c
+++ b/fma.c
@@ -198,7 +198,7 @@ mpfr_fma (mpfr_ptr s, mpfr_srcptr x, mpfr_srcptr y, mpfr_srcptr z,
mpfr_t scaled_z;
mpfr_srcptr new_z;
mp_exp_t diffexp;
- mp_prec_t pzs;
+ mpfr_prec_t pzs;
int xy_underflows;
/* Let's scale z so that ulp(z) > 2^emin and ulp(s) > 2^emin