Displaying 4 results from an estimated 4 matches for "nanl".
Did you mean:
nail
2018 Feb 06
2
libc++ cross-compile linux-armv7 and math function problems
...../projects/libcxx/include/cmath:510:9: error: '::lrintl' has not been
declared
using ::lrintl;
^~~~~~
../projects/libcxx/include/cmath:511:9: error: '::lroundl' has not been
declared
using ::lroundl;
^~~~~~~
../projects/libcxx/include/cmath:512:9: error: '::nanl' has not been
declared
using ::nanl;
^~~~
../projects/libcxx/include/cmath:513:9: error: '::nearbyintl' has not been
declared
using ::nearbyintl;
^~~~~~~~~~
../projects/libcxx/include/cmath:514:9: error: '::nextafterl' has not been
declared
using ::nextafter...
2018 Feb 06
0
libc++ cross-compile linux-armv7 and math function problems
...ath:510:9: error: '::lrintl' has not been declared
> using ::lrintl;
> ^~~~~~
> ../projects/libcxx/include/cmath:511:9: error: '::lroundl' has not been declared
> using ::lroundl;
> ^~~~~~~
> ../projects/libcxx/include/cmath:512:9: error: '::nanl' has not been declared
> using ::nanl;
> ^~~~
> ../projects/libcxx/include/cmath:513:9: error: '::nearbyintl' has not been declared
> using ::nearbyintl;
> ^~~~~~~~~~
> ../projects/libcxx/include/cmath:514:9: error: '::nextafterl' has not be...
2018 Feb 06
1
libc++ cross-compile linux-armv7 and math function problems
...not been
> declared
> > using ::lrintl;
> > ^~~~~~
> > ../projects/libcxx/include/cmath:511:9: error: '::lroundl' has not been
> declared
> > using ::lroundl;
> > ^~~~~~~
> > ../projects/libcxx/include/cmath:512:9: error: '::nanl' has not been
> declared
> > using ::nanl;
> > ^~~~
> > ../projects/libcxx/include/cmath:513:9: error: '::nearbyintl' has not
> been declared
> > using ::nearbyintl;
> > ^~~~~~~~~~
> > ../projects/libcxx/include/cmath:514:9:...
2018 Feb 05
0
Cross-compiling libc++ to linux-armv7hf gives undefined symbols in cmath / math.h
...../projects/libcxx/include/cmath:510:9: error: '::lrintl' has not been
declared
using ::lrintl;
^~~~~~
../projects/libcxx/include/cmath:511:9: error: '::lroundl' has not been
declared
using ::lroundl;
^~~~~~~
../projects/libcxx/include/cmath:512:9: error: '::nanl' has not been
declared
using ::nanl;
^~~~
../projects/libcxx/include/cmath:513:9: error: '::nearbyintl' has not been
declared
using ::nearbyintl;
^~~~~~~~~~
../projects/libcxx/include/cmath:514:9: error: '::nextafterl' has not been
declared
using ::nextafter...