summaryrefslogtreecommitdiff
path: root/libm/math_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'libm/math_private.h')
-rw-r--r--libm/math_private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libm/math_private.h b/libm/math_private.h
index b0d948c07..f85db12a8 100644
--- a/libm/math_private.h
+++ b/libm/math_private.h
@@ -158,6 +158,7 @@ extern double __ieee754_sqrt (double) attribute_hidden;
extern double __ieee754_acos (double) attribute_hidden;
extern double __ieee754_acosh (double) attribute_hidden;
extern double __ieee754_log (double) attribute_hidden;
+extern double __ieee754_log2 (double) attribute_hidden;
extern double __ieee754_atanh (double) attribute_hidden;
extern double __ieee754_asin (double) attribute_hidden;
extern double __ieee754_atan2 (double,double) attribute_hidden;