]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libquadmath/quadmath.h
Update most of libquadmath/math/ from glibc, automate update (PR libquadmath/68686).
[thirdparty/gcc.git] / libquadmath / quadmath.h
index 95487b7d6efe68f7dd4babfc414ea4abe6afe2b7..76275b51b62041e344ea754a3c6ad9efb90cc9ef 100644 (file)
@@ -58,6 +58,7 @@ extern __float128 coshq (__float128) __quadmath_throw;
 extern __float128 cosq (__float128) __quadmath_throw;
 extern __float128 erfq (__float128) __quadmath_throw;
 extern __float128 erfcq (__float128) __quadmath_throw;
+extern __float128 exp2q (__float128) __quadmath_throw;
 extern __float128 expq (__float128) __quadmath_throw;
 extern __float128 expm1q (__float128) __quadmath_throw;
 extern __float128 fabsq (__float128) __quadmath_throw;
@@ -73,6 +74,7 @@ extern __float128 hypotq (__float128, __float128) __quadmath_throw;
 extern int isinfq (__float128) __quadmath_throw;
 extern int ilogbq (__float128) __quadmath_throw;
 extern int isnanq (__float128) __quadmath_throw;
+extern int issignalingq (__float128) __quadmath_throw;
 extern __float128 j0q (__float128) __quadmath_throw;
 extern __float128 j1q (__float128) __quadmath_throw;
 extern __float128 jnq (int, __float128) __quadmath_throw;