summaryrefslogtreecommitdiff
path: root/libm/math_private.h
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-09-25 18:57:11 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-09-25 18:57:11 +0000
commitc8d8b6d30a29b353637cd1c7379402bff2481b79 (patch)
tree7d9d79d337b153e7e170e6eea6209cfd5281492b /libm/math_private.h
parent087a339a77231f9f2e93bf14233771bf8077f73c (diff)
- add __ieee754_log2()
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;