summaryrefslogtreecommitdiffstats
path: root/lib/msun/ld128/k_expl.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/msun/ld128/k_expl.h')
-rw-r--r--lib/msun/ld128/k_expl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/msun/ld128/k_expl.h b/lib/msun/ld128/k_expl.h
index a5668fd..e0a48fc 100644
--- a/lib/msun/ld128/k_expl.h
+++ b/lib/msun/ld128/k_expl.h
@@ -322,7 +322,7 @@ __ldexp_cexpl(long double complex z, int expt)
scale2 = 1;
SET_LDBL_EXPSIGN(scale1, BIAS + expt - half_expt);
- return (cpackl(cos(y) * exp_x * scale1 * scale2,
+ return (CMPLXL(cos(y) * exp_x * scale1 * scale2,
sinl(y) * exp_x * scale1 * scale2));
}
#endif /* _COMPLEX_H */
OpenPOWER on IntegriCloud