diff options
Diffstat (limited to 'newlib/libc/sys/linux/cmath')
-rw-r--r-- | newlib/libc/sys/linux/cmath/math_private.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/newlib/libc/sys/linux/cmath/math_private.h b/newlib/libc/sys/linux/cmath/math_private.h index 48258ec47..6c4a472cf 100644 --- a/newlib/libc/sys/linux/cmath/math_private.h +++ b/newlib/libc/sys/linux/cmath/math_private.h @@ -200,6 +200,8 @@ extern int32_t __ieee754_rem_pio2 (double,double*); extern double __ieee754_scalb (double,double); #endif +/* This is necessary because the hardware accelerated version of libm + does not provide the __ieee754 functions. */ #define __ieee754_sinh sinh #define __ieee754_hypot hypot #define __ieee754_hypotf hypotf |