aboutsummaryrefslogtreecommitdiff
path: root/libquadmath/math/hypotq.c
diff options
context:
space:
mode:
Diffstat (limited to 'libquadmath/math/hypotq.c')
-rw-r--r--libquadmath/math/hypotq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libquadmath/math/hypotq.c b/libquadmath/math/hypotq.c
index e4c2d1bc214..2df317f3681 100644
--- a/libquadmath/math/hypotq.c
+++ b/libquadmath/math/hypotq.c
@@ -116,7 +116,7 @@ hypotq (__float128 x, __float128 y)
}
if(k!=0) {
uint64_t high;
- t1 = 1.0L;
+ t1 = 1.0Q;
GET_FLT128_MSW64(high,t1);
SET_FLT128_MSW64(t1,high+(k<<48));
return t1*w;