search for: log2f

Displaying 13 results from an estimated 13 matches for "log2f".

Did you mean: log2
2020 Oct 28
4
Targeting old glibc
...c 2.32 and clang+lld 10.0.1). So far I've been able to target older glibc by having a C file containing: __asm__(".symver powf,powf at GLIBC_2.2.5"); __asm__(".symver expf,expf at GLIBC_2.2.5"); __asm__(".symver exp2f,exp2f at GLIBC_2.2.5"); __asm__(".symver log2f,log2f at GLIBC_2.2.5"); __asm__(".symver logf,logf at GLIBC_2.2.5"); __asm__(".symver log,log at GLIBC_2.2.5"); __asm__(".symver log2,log2 at GLIBC_2.2.5"); __asm__(".symver exp,exp at GLIBC_2.2.5"); __asm__(".symver exp2,exp2 at GLIBC_2.2.5")...
2020 Nov 11
2
Targeting old glibc
...get bound to the old version at link time. It will thus work with > old glibc. I have one .cpp file with: __asm__(".symver powf,powf at GLIBC_2.2.5"); __asm__(".symver expf,expf at GLIBC_2.2.5"); __asm__(".symver exp2f,exp2f at GLIBC_2.2.5"); __asm__(".symver log2f,log2f at GLIBC_2.2.5"); __asm__(".symver logf,logf at GLIBC_2.2.5"); __asm__(".symver log,log at GLIBC_2.2.5"); __asm__(".symver log2,log2 at GLIBC_2.2.5"); __asm__(".symver exp,exp at GLIBC_2.2.5"); __asm__(".symver exp2,exp2 at GLIBC_2.2.5")...
2020 Oct 28
2
Targeting old glibc
...e been able to target older glibc by having a C file containing: > > > >__asm__(".symver powf,powf at GLIBC_2.2.5"); > >__asm__(".symver expf,expf at GLIBC_2.2.5"); > >__asm__(".symver exp2f,exp2f at GLIBC_2.2.5"); > >__asm__(".symver log2f,log2f at GLIBC_2.2.5"); > >__asm__(".symver logf,logf at GLIBC_2.2.5"); > > > >__asm__(".symver log,log at GLIBC_2.2.5"); > >__asm__(".symver log2,log2 at GLIBC_2.2.5"); > >__asm__(".symver exp,exp at GLIBC_2.2.5"); > &gt...
2020 Nov 11
2
Targeting old glibc
...t; old glibc. > > > > I have one .cpp file with: > > > > __asm__(".symver powf,powf at GLIBC_2.2.5"); > > __asm__(".symver expf,expf at GLIBC_2.2.5"); > > __asm__(".symver exp2f,exp2f at GLIBC_2.2.5"); > > __asm__(".symver log2f,log2f at GLIBC_2.2.5"); > > __asm__(".symver logf,logf at GLIBC_2.2.5"); > > > > __asm__(".symver log,log at GLIBC_2.2.5"); > > __asm__(".symver log2,log2 at GLIBC_2.2.5"); > > __asm__(".symver exp,exp at GLIBC_2.2.5"); >...
2020 Nov 11
0
Targeting old glibc
...ime. It will thus work with > > old glibc. > > I have one .cpp file with: > > __asm__(".symver powf,powf at GLIBC_2.2.5"); > __asm__(".symver expf,expf at GLIBC_2.2.5"); > __asm__(".symver exp2f,exp2f at GLIBC_2.2.5"); > __asm__(".symver log2f,log2f at GLIBC_2.2.5"); > __asm__(".symver logf,logf at GLIBC_2.2.5"); > > __asm__(".symver log,log at GLIBC_2.2.5"); > __asm__(".symver log2,log2 at GLIBC_2.2.5"); > __asm__(".symver exp,exp at GLIBC_2.2.5"); > __asm__(".symver ex...
2020 Nov 09
0
Targeting old glibc
...er glibc by having a C file containing: > > > > > >__asm__(".symver powf,powf at GLIBC_2.2.5"); > > >__asm__(".symver expf,expf at GLIBC_2.2.5"); > > >__asm__(".symver exp2f,exp2f at GLIBC_2.2.5"); > > >__asm__(".symver log2f,log2f at GLIBC_2.2.5"); > > >__asm__(".symver logf,logf at GLIBC_2.2.5"); > > > > > >__asm__(".symver log,log at GLIBC_2.2.5"); > > >__asm__(".symver log2,log2 at GLIBC_2.2.5"); > > >__asm__(".symver exp,exp at GLI...
2020 Nov 11
0
Targeting old glibc
...>> > I have one .cpp file with: >> > >> > __asm__(".symver powf,powf at GLIBC_2.2.5"); >> > __asm__(".symver expf,expf at GLIBC_2.2.5"); >> > __asm__(".symver exp2f,exp2f at GLIBC_2.2.5"); >> > __asm__(".symver log2f,log2f at GLIBC_2.2.5"); >> > __asm__(".symver logf,logf at GLIBC_2.2.5"); >> > >> > __asm__(".symver log,log at GLIBC_2.2.5"); >> > __asm__(".symver log2,log2 at GLIBC_2.2.5"); >> > __asm__(".symver exp,exp at GLIB...
2020 Nov 09
2
Targeting old glibc
...le containing: > > > > > > > >__asm__(".symver powf,powf at GLIBC_2.2.5"); > > > >__asm__(".symver expf,expf at GLIBC_2.2.5"); > > > >__asm__(".symver exp2f,exp2f at GLIBC_2.2.5"); > > > >__asm__(".symver log2f,log2f at GLIBC_2.2.5"); > > > >__asm__(".symver logf,logf at GLIBC_2.2.5"); > > > > > > > >__asm__(".symver log,log at GLIBC_2.2.5"); > > > >__asm__(".symver log2,log2 at GLIBC_2.2.5"); > > > >__asm__(&qu...
2020 Nov 10
2
Targeting old glibc
Thank you very much for your help Fāng-ruì Sòng. I've tried various things like linking directly to libm-2.32 but it didn't work, it seems that libm-2.32 still pulls libmvec. I have the following linker flags: CLANG_LDFLAGS="-fuse-ld=lld -static-libstdc++ -static-libgcc -fvisibility=hidden -fdata-sections -ffunction-sections" CLANG_LDFLAGS="$CLANG_LDFLAGS
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); ^
2017 Aug 03
0
Wine release 2.14
...------------------------------------------------- Changes since 2.13: Alex Henrie (9): msvcr120: Declare ret as a float in functions that return a float. msvcrt: Set ERANGE in exp functions on finite input and infinite output. msvcr120: Don't double-check error conditions in log2f. msvcrt: Set errno in _logb(f) if x is 0. msvcrt: Don't set errno in _logb(f) if x is ±INF. msvcrt: Don't set errno in sinh(f), cosh(f), or atan2(f) if x is ±INF. msvcrt: Don't set errno in sqrt(f) if x is positive infinity. msvcrt: Set errno through the _m...
2014 May 20
14
[PATCH 00/12] Cherry-pick nv50/nvc0 patches from gallium-nine
I went through the gallium-nine tree and picked out nouveau patches that are general bug-fixes. The first bunch I'd like to also get into 10.2. I've reviewed all of them and they make sense to me, but sending them out for public review as well in case there are any objections. Unless I hear objections, I'd like to push this by Friday. Christoph Bumiller (11): nv50,nvc0: always pull
2020 Feb 02
0
Wine release 5.1
...claration. makedep: Link importlib object files into module only when it's explicitly imported. winegcc: Add support for -Wl,--entry argument. msvcrt: Provide EXE entry points in importlib. winegcc: Use Wine crt when linking builtin EXEs. ddraw/tests: Don't use log2f to avoid mingwex dependency. jscript: Introduce jsstr_to_bstr helper. jscript: Store source position in instr_t. jscript/tests: Add more error reporting tests. jscript/tests: Add more script enter notification tests. msvcrt: Provide exp2f in importlib. winegcc: U...