aboutsummaryrefslogtreecommitdiff
path: root/libquadmath/math/cosq.c
diff options
context:
space:
mode:
Diffstat (limited to 'libquadmath/math/cosq.c')
-rw-r--r--libquadmath/math/cosq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libquadmath/math/cosq.c b/libquadmath/math/cosq.c
index 16955511e04..dc321a27d17 100644
--- a/libquadmath/math/cosq.c
+++ b/libquadmath/math/cosq.c
@@ -49,7 +49,7 @@
__float128
cosq (__float128 x)
{
- __float128 y[2],z=0.0L;
+ __float128 y[2],z=0.0Q;
int64_t n, ix;
/* High word of x. */