Displaying 4 results from an estimated 4 matches for "cbrtl".
Did you mean:
brtl
2018 Feb 06
2
libc++ cross-compile linux-armv7 and math function problems
...lared
inline _LIBCPP_INLINE_VISIBILITY long double atanh(long double __lcpp_x)
_NOEXCEPT {return ::atanhl(__lcpp_x);}
^~
../projects/libcxx/include/math.h: In function 'long double cbrt(long
double)':
../projects/libcxx/include/math.h:1070:91: error: '::cbrtl' has not been
declared
inline _LIBCPP_INLINE_VISIBILITY long double cbrt(long double __lcpp_x)
_NOEXCEPT {return ::cbrtl(__lcpp_x);}
^~
../projects/libcxx/include/math.h: In function 'long double copysign(long
double, long double)':
../projects/libcxx/include/math.h:1085:10: error: ...
2018 Feb 06
0
libc++ cross-compile linux-armv7 and math function problems
...pp_x) _NOEXCEPT {return ::atanhl(__lcpp_x);}
> ^~
> ../projects/libcxx/include/math.h: In function 'long double cbrt(long double)':
> ../projects/libcxx/include/math.h:1070:91: error: '::cbrtl' has not been declared
> inline _LIBCPP_INLINE_VISIBILITY long double cbrt(long double __lcpp_x) _NOEXCEPT {return ::cbrtl(__lcpp_x);}
> ^~
> ../projects/libcxx/include/math.h: In function '...
2018 Feb 06
1
libc++ cross-compile linux-armv7 and math function problems
...SIBILITY long double atanh(long double
> __lcpp_x) _NOEXCEPT {return ::atanhl(__lcpp_x);}
> >
> ^~
> > ../projects/libcxx/include/math.h: In function 'long double cbrt(long
> double)':
> > ../projects/libcxx/include/math.h:1070:91: error: '::cbrtl' has not
> been declared
> > inline _LIBCPP_INLINE_VISIBILITY long double cbrt(long double __lcpp_x)
> _NOEXCEPT {return ::cbrtl(__lcpp_x);}
> >
> ^~
> > ../projects/libcxx/include/math.h: In function 'long double
> copysign(long double, long...
2018 Feb 05
0
Cross-compiling libc++ to linux-armv7hf gives undefined symbols in cmath / math.h
...9;::atanhl' has not been
declared
inline _LIBCPP_INLINE_VISIBILITY long double atanh(long double __lcpp_x)
_NOEXCEPT {return ::atanhl(__lcpp_x);}
^~
../projects/libcxx/include/math.h: In function 'long double cbrt(long
double)':
../projects/libcxx/include/math.h:1070:91: error: '::cbrtl' has not been
declared
inline _LIBCPP_INLINE_VISIBILITY long double cbrt(long double __lcpp_x)
_NOEXCEPT {return ::cbrtl(__lcpp_x);}
^~
../projects/libcxx/include/math.h: In function 'long double copysign(long
double, long double)':
../projects/libcxx/include/math.h:1085:10: error: ...