Displaying 4 results from an estimated 4 matches for "erfl".
Did you mean:
epfl
2018 Feb 06
2
libc++ cross-compile linux-armv7 and math function problems
...#39;:
../projects/libcxx/include/math.h:1085:10: error: '::copysignl' has not
been declared
return ::copysignl(__lcpp_x, __lcpp_y);
^~
../projects/libcxx/include/math.h: In function 'long double erf(long
double)':
../projects/libcxx/include/math.h:1107:90: error: '::erfl' has not been
declared
inline _LIBCPP_INLINE_VISIBILITY long double erf(long double __lcpp_x)
_NOEXCEPT {return ::erfl(__lcpp_x);}
^~
../projects/libcxx/include/math.h: In function 'long double erfc(long
double)':
../projects/libcxx/include/math.h:1117:91: error: '::erfcl' has...
2018 Feb 06
0
libc++ cross-compile linux-armv7 and math function problems
...bcxx/include/math.h:1085:10: error: '::copysignl' has not been declared
> return ::copysignl(__lcpp_x, __lcpp_y);
> ^~
> ../projects/libcxx/include/math.h: In function 'long double erf(long double)':
> ../projects/libcxx/include/math.h:1107:90: error: '::erfl' has not been declared
> inline _LIBCPP_INLINE_VISIBILITY long double erf(long double __lcpp_x) _NOEXCEPT {return ::erfl(__lcpp_x);}
> ^~
> ../projects/libcxx/include/math.h: In function 'lon...
2018 Feb 06
1
libc++ cross-compile linux-armv7 and math function problems
...rror: '::copysignl' has not
> been declared
> > return ::copysignl(__lcpp_x, __lcpp_y);
> > ^~
> > ../projects/libcxx/include/math.h: In function 'long double erf(long
> double)':
> > ../projects/libcxx/include/math.h:1107:90: error: '::erfl' has not been
> declared
> > inline _LIBCPP_INLINE_VISIBILITY long double erf(long double __lcpp_x)
> _NOEXCEPT {return ::erfl(__lcpp_x);}
> >
> ^~
> > ../projects/libcxx/include/math.h: In function 'long double erfc(long
> double)':
>...
2018 Feb 05
0
Cross-compiling libc++ to linux-armv7hf gives undefined symbols in cmath / math.h
...#39;:
../projects/libcxx/include/math.h:1085:10: error: '::copysignl' has not
been declared
return ::copysignl(__lcpp_x, __lcpp_y);
^~
../projects/libcxx/include/math.h: In function 'long double erf(long
double)':
../projects/libcxx/include/math.h:1107:90: error: '::erfl' has not been
declared
inline _LIBCPP_INLINE_VISIBILITY long double erf(long double __lcpp_x)
_NOEXCEPT {return ::erfl(__lcpp_x);}
^~
../projects/libcxx/include/math.h: In function 'long double erfc(long
double)':
../projects/libcxx/include/math.h:1117:91: error: '::erfcl' has...