Displaying 5 results from an estimated 5 matches for "fmal".
Did you mean:
fma
2018 Feb 06
2
libc++ cross-compile linux-armv7 and math function problems
...,
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/libcxx/include/math.h:1168:134: error: '::fmal' has not been
declared
inline _LIBCPP_INLINE_VISIBILITY long double fma(long double __lcpp_x,
long double __lcpp_y, long double __lcpp_z) _NOEXCEPT {return
::fmal(__lcpp_x, __lcpp_y, __lcpp_z);}
^~
../projects/libcxx/in...
2018 Feb 06
0
libc++ cross-compile linux-armv7 and math function problems
...t; ^~
> ../projects/libcxx/include/math.h: In function 'long double fma(long double, long double, long double)':
> ../projects/libcxx/include/math.h:1168:134: error: '::fmal' has not been declared
> inline _LIBCPP_INLINE_VISIBILITY long double fma(long double __lcpp_x, long double __lcpp_y, long double __lcpp_z) _NOEXCEPT {return ::fmal(__lcpp_x, __lcpp_y, __lcpp_z);}
>...
2018 Feb 06
1
libc++ cross-compile linux-armv7 and math function problems
...OEXCEPT {return ::fdiml(__lcpp_x, __lcpp_y);}
> >
> ^~
> > ../projects/libcxx/include/math.h: In function 'long double fma(long
> double, long double, long double)':
> > ../projects/libcxx/include/math.h:1168:134: error: '::fmal' has not
> been declared
> > inline _LIBCPP_INLINE_VISIBILITY long double fma(long double __lcpp_x,
> long double __lcpp_y, long double __lcpp_z) _NOEXCEPT {return
> ::fmal(__lcpp_x, __lcpp_y, __lcpp_z);}
> >
>...
2018 Feb 05
0
Cross-compiling libc++ to linux-armv7hf gives undefined symbols in cmath / math.h
...LINE_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/libcxx/include/math.h:1168:134: error: '::fmal' has not been
declared
inline _LIBCPP_INLINE_VISIBILITY long double fma(long double __lcpp_x,
long double __lcpp_y, long double __lcpp_z) _NOEXCEPT {return
::fmal(__lcpp_x, __lcpp_y, __lcpp_z);}
^~
../projects/libcxx/include/math.h: In function 'long double fmax(long
double, long double)&...
2019 Aug 02
0
Wine release 4.13
...):
dxgi: Obey image count limits for Vulkan swapchains.
wined3d: Add support for GL_EXT_texture_shadow_lod.
Kristján Gerhardsson (1):
wined3d: Add GPU information for various Mac GPUs.
Martin Storsjo (4):
msvcrt: Provide the fmaf function on i386.
msvcrt: Provide the fmal function using the existing fma implementation.
msvcrt: Implement the fdim functions.
msvcrt: Implement the tgamma functions.
Nikolay Sivov (5):
kernel32/nls: Add LOCALE_SPERCENT locale data.
kernel32/nls: Add LOCALE_SPERMILLE data.
kernel32/nls: Add percent formattin...