Displaying 4 results from an estimated 4 matches for "fdiml".
Did you mean:
fdim
2018 Feb 06
2
libc++ cross-compile linux-armv7 and math function problems
..._LIBCPP_INLINE_VISIBILITY long double expm1(long double __lcpp_x)
_NOEXCEPT {return ::expm1l(__lcpp_x);}
^~
../projects/libcxx/include/math.h: In function 'long double fdim(long
double, long double)':
../projects/libcxx/include/math.h:1147:113: error: '::fdiml' has not been
declared
inline _LIBCPP_INLINE_VISIBILITY long double fdim(long double __lcpp_x,
long double __lcpp_y) _NOEXCEPT {return ::fdiml(__lcpp_x, __lcpp_y);}
^~
../projects/libcxx/include/math.h: In function 'long double fma(long...
2018 Feb 06
0
libc++ cross-compile linux-armv7 and math function problems
...T {return ::expm1l(__lcpp_x);}
> ^~
> ../projects/libcxx/include/math.h: In function 'long double fdim(long double, long double)':
> ../projects/libcxx/include/math.h:1147:113: error: '::fdiml' has not been declared
> inline _LIBCPP_INLINE_VISIBILITY long double fdim(long double __lcpp_x, long double __lcpp_y) _NOEXCEPT {return ::fdiml(__lcpp_x, __lcpp_y);}
> ^~
>...
2018 Feb 06
1
libc++ cross-compile linux-armv7 and math function problems
...double expm1(long double
> __lcpp_x) _NOEXCEPT {return ::expm1l(__lcpp_x);}
> >
> ^~
> > ../projects/libcxx/include/math.h: In function 'long double fdim(long
> double, long double)':
> > ../projects/libcxx/include/math.h:1147:113: error: '::fdiml' has not
> been declared
> > inline _LIBCPP_INLINE_VISIBILITY long double fdim(long double __lcpp_x,
> long double __lcpp_y) _NOEXCEPT {return ::fdiml(__lcpp_x, __lcpp_y);}
> >
> ^~
> > ../projects/libcxx/include/math.h: In fun...
2018 Feb 05
0
Cross-compiling libc++ to linux-armv7hf gives undefined symbols in cmath / math.h
...; has not been
declared
inline _LIBCPP_INLINE_VISIBILITY long double expm1(long double __lcpp_x)
_NOEXCEPT {return ::expm1l(__lcpp_x);}
^~
../projects/libcxx/include/math.h: In function 'long double fdim(long
double, long double)':
../projects/libcxx/include/math.h:1147:113: error: '::fdiml' has not been
declared
inline _LIBCPP_INLINE_VISIBILITY long double fdim(long double __lcpp_x,
long double __lcpp_y) _NOEXCEPT {return ::fdiml(__lcpp_x, __lcpp_y);}
^~
../projects/libcxx/include/math.h: In function 'long double fma(long
double, long double, long double)':
../projects/...