search for: __lcpp_x

Displaying 4 results from an estimated 4 matches for "__lcpp_x".

2018 Feb 06
2
libc++ cross-compile linux-armv7 and math function problems
...rom ../projects/libcxx/include/random:1638, from ../projects/libcxx/src/algorithm.cpp:11: ../projects/libcxx/include/math.h: In function 'long double abs(long double)': ../projects/libcxx/include/math.h:742:45: error: '::fabsl' has not been declared abs(long double __lcpp_x) _NOEXCEPT {return ::fabsl(__lcpp_x);} ^~ ../projects/libcxx/include/math.h: In function 'long double acos(long double)': ../projects/libcxx/include/math.h:749:91: error: '::acosl' has not been declared inline _LIBCPP_INLINE_VISIBILITY l...
2018 Feb 06
0
libc++ cross-compile linux-armv7 and math function problems
...xx/include/random:1638, > from ../projects/libcxx/src/algorithm.cpp:11: > ../projects/libcxx/include/math.h: In function 'long double abs(long double)': > ../projects/libcxx/include/math.h:742:45: error: '::fabsl' has not been declared > abs(long double __lcpp_x) _NOEXCEPT {return ::fabsl(__lcpp_x);} > ^~ > ../projects/libcxx/include/math.h: In function 'long double acos(long double)': > ../projects/libcxx/include/math.h:749:91: error: '::acosl' has not been declared > inline _LIBCPP...
2018 Feb 06
1
libc++ cross-compile linux-armv7 and math function problems
...gt; from ../projects/libcxx/src/algorithm.cpp:11: > > ../projects/libcxx/include/math.h: In function 'long double abs(long > double)': > > ../projects/libcxx/include/math.h:742:45: error: '::fabsl' has not been > declared > > abs(long double __lcpp_x) _NOEXCEPT {return ::fabsl(__lcpp_x);} > > ^~ > > ../projects/libcxx/include/math.h: In function 'long double acos(long > double)': > > ../projects/libcxx/include/math.h:749:91: error: '::acosl' has not been > decl...
2018 Feb 05
0
Cross-compiling libc++ to linux-armv7hf gives undefined symbols in cmath / math.h
...rom ../projects/libcxx/include/random:1638, from ../projects/libcxx/src/algorithm.cpp:11: ../projects/libcxx/include/math.h: In function 'long double abs(long double)': ../projects/libcxx/include/math.h:742:45: error: '::fabsl' has not been declared abs(long double __lcpp_x) _NOEXCEPT {return ::fabsl(__lcpp_x);} ^~ ../projects/libcxx/include/math.h: In function 'long double acos(long double)': ../projects/libcxx/include/math.h:749:91: error: '::acosl' has not been declared inline _LIBCPP_INLINE_VISIBILITY l...