Displaying 4 results from an estimated 4 matches for "sinhl".
Did you mean:
sinha
2018 Feb 06
2
libc++ cross-compile linux-armv7 and math function problems
...or: '::sinl' has not been
declared
inline _LIBCPP_INLINE_VISIBILITY long double sin(long double __lcpp_x)
_NOEXCEPT {return ::sinl(__lcpp_x);}
^~
../projects/libcxx/include/math.h: In function 'long double sinh(long
double)':
../projects/libcxx/include/math.h:993:91: error: '::sinhl' has not been
declared
inline _LIBCPP_INLINE_VISIBILITY long double sinh(long double __lcpp_x)
_NOEXCEPT {return ::sinhl(__lcpp_x);}
^~
../projects/libcxx/include/math.h: In function 'long double sqrt(long
double)':
../projects/libcxx/include/math.h:1005:91: error: '::sqrtl' h...
2018 Feb 06
0
libc++ cross-compile linux-armv7 and math function problems
...__lcpp_x) _NOEXCEPT {return ::sinl(__lcpp_x);}
> ^~
> ../projects/libcxx/include/math.h: In function 'long double sinh(long double)':
> ../projects/libcxx/include/math.h:993:91: error: '::sinhl' has not been declared
> inline _LIBCPP_INLINE_VISIBILITY long double sinh(long double __lcpp_x) _NOEXCEPT {return ::sinhl(__lcpp_x);}
> ^~
> ../projects/libcxx/include/math.h: In function '...
2018 Feb 06
1
libc++ cross-compile linux-armv7 and math function problems
...LINE_VISIBILITY long double sin(long double __lcpp_x)
> _NOEXCEPT {return ::sinl(__lcpp_x);}
> >
> ^~
> > ../projects/libcxx/include/math.h: In function 'long double sinh(long
> double)':
> > ../projects/libcxx/include/math.h:993:91: error: '::sinhl' has not been
> declared
> > inline _LIBCPP_INLINE_VISIBILITY long double sinh(long double __lcpp_x)
> _NOEXCEPT {return ::sinhl(__lcpp_x);}
> >
> ^~
> > ../projects/libcxx/include/math.h: In function 'long double sqrt(long
> double)':
&g...
2018 Feb 05
0
Cross-compiling libc++ to linux-armv7hf gives undefined symbols in cmath / math.h
...or: '::sinl' has not been
declared
inline _LIBCPP_INLINE_VISIBILITY long double sin(long double __lcpp_x)
_NOEXCEPT {return ::sinl(__lcpp_x);}
^~
../projects/libcxx/include/math.h: In function 'long double sinh(long
double)':
../projects/libcxx/include/math.h:993:91: error: '::sinhl' has not been
declared
inline _LIBCPP_INLINE_VISIBILITY long double sinh(long double __lcpp_x)
_NOEXCEPT {return ::sinhl(__lcpp_x);}
^~
../projects/libcxx/include/math.h: In function 'long double sqrt(long
double)':
../projects/libcxx/include/math.h:1005:91: error: '::sqrtl' h...