From 1e9b582afa084ffa5cfff742404f31519d1ed3f8 Mon Sep 17 00:00:00 2001 From: NicJA Date: Wed, 4 Mar 2015 20:54:53 +0000 Subject: [PATCH] add missing defines git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@50164 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- compiler/stdc/math/math_private.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compiler/stdc/math/math_private.h b/compiler/stdc/math/math_private.h index f39acba11a..50ce63c8d8 100644 --- a/compiler/stdc/math/math_private.h +++ b/compiler/stdc/math/math_private.h @@ -217,6 +217,7 @@ cpackl(long double x, long double y) #define __ieee754_gamma gamma #define __ieee754_lgamma_r lgamma_r #define __ieee754_gamma_r gamma_r +#define __ieee754_log2 log2 #define __ieee754_log10 log10 #define __ieee754_sinh sinh #define __ieee754_hypot hypot @@ -243,6 +244,7 @@ cpackl(long double x, long double y) #define __ieee754_gammaf gammaf #define __ieee754_lgammaf_r lgammaf_r #define __ieee754_gammaf_r gammaf_r +#define __ieee754_log2f log2f #define __ieee754_log10f log10f #define __ieee754_sinhf sinhf #define __ieee754_hypotf hypotf -- 2.11.4.GIT