Displaying 9 results from an estimated 9 matches for "sqrtl".
Did you mean:
sqrt
2018 Feb 06
2
libc++ cross-compile linux-armv7 and math function problems
...'::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' has not been
declared
inline _LIBCPP_INLINE_VISIBILITY long double sqrt(long double __lcpp_x)
_NOEXCEPT {return ::sqrtl(__lcpp_x);}
^~
../projects/libcxx/include/math.h: In function 'long double tan(long
double)':
../projects/libcxx/include/math.h:1017:90: error: '::tanl' has...
2018 Feb 06
0
libc++ cross-compile linux-armv7 and math function problems
...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' has not been declared
> inline _LIBCPP_INLINE_VISIBILITY long double sqrt(long double __lcpp_x) _NOEXCEPT {return ::sqrtl(__lcpp_x);}
> ^~
> ../projects/libcxx/include/math.h: In function '...
2018 Feb 06
1
libc++ cross-compile linux-armv7 and math function problems
..._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' has not
> been declared
> > inline _LIBCPP_INLINE_VISIBILITY long double sqrt(long double __lcpp_x)
> _NOEXCEPT {return ::sqrtl(__lcpp_x);}
> >
> ^~
> > ../projects/libcxx/include/math.h: In function 'long double tan(long
> double)':
>...
2018 Feb 05
0
Cross-compiling libc++ to linux-armv7hf gives undefined symbols in cmath / math.h
...'::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' has not been
declared
inline _LIBCPP_INLINE_VISIBILITY long double sqrt(long double __lcpp_x)
_NOEXCEPT {return ::sqrtl(__lcpp_x);}
^~
../projects/libcxx/include/math.h: In function 'long double tan(long
double)':
../projects/libcxx/include/math.h:1017:90: error: '::tanl' has...
2012 Jun 27
1
[LLVMdev] Generate assembly without sqrt.d
Is there a fast way to generate MIPS assembly from llc without using a
specific instruction like sqrt.d (I want it to use the software call
to Math.sqrt instead)?
2005 Apr 28
0
[LLVMdev] SimplifyLibCalls Pass -- Help!
...tive constant)
sin, sinf, sinl:
* sin(0.0) -> 0.0
sprintf:
* sprintf(dest,fmt) -> strcpy(dest,fmt)
(if fmt is constant and constains no % characters)
* sprintf(dest,"%s",orig) -> strcpy(dest,orig)
(only if the sprintf result is not used)
sqrt, sqrtf, sqrtl:
* sqrt(cnst) -> cnst'
* sqrt(expN(x)) -> expN(x*0.5)
* sqrt(Nroot(x)) -> pow(x,1/(2*N))
* sqrt(pow(x,y)) -> pow(|x|,y*0.5)
strchr, strrchr:
* strchr(s,c) -> offset_of_in(c,s)
(if c is a constant integer and s is a constant string)
* strrchr(s,c) ->...
2015 Jan 20
3
[LLVMdev] strlen in fast-isel
It seems that fast-isel for intel does not handle strlen. It's a general
problem in fast-isel .
~/llvmw/build/Deb~/llvmw/build/Debug+Asserts/bin/clang -O0 -mllvm
-fast-isel-verbose -mllvm -fast-isel strlen1.c
strlen1.c:12:3: warning: implicitly declaring library function 'printf' with
type 'int (const char *, ...)'
printf("%i\n", len);
^
2009 Mar 23
2
[LLVMdev] Problem Compiling Test-suite
Hello, I am new in using llvm so I would like to get some help on how to compile test-suite.
Assumptions:
llvm is in /llvm directory
llvm-gcc is in /llvm-4.2-2.4-x86-linux-RHEL4/bin
I have tried compiling test-suite and I get the following error:
$make
make[1]: Entering directory '/llvm/projects/test-suite/SingleSource'
make[2]: Entering directory
2009 Apr 26
4
1.6.1: menuselect has problems with x86_64 ??
1.6.1 svn 190575:
CC="cc" CXX="g++" LD="" AR="" RANLIB="" CFLAGS="" make -C menuselect
CONFIGURE_SILENT="--silent" menuselect
make[1]: Entering directory
`/home/asterisk/rpmbuild/BUILD/asterisk-1.6.1/menuselect'
gcc -m64 -march=native -mtune=native -floop-interchange
-floop-strip-mine -floop-block -c -o