msvcrt: Provide the fmal function using the existing fma implementation.
Signed-off-by: Martin Storsjo <martin@martin.st> Signed-off-by: Piotr Caban <piotr@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
dec4c99ae7
commit
1010857a00
|
@ -243,7 +243,7 @@
|
|||
@ cdecl -arch=arm,x86_64,arm64 floorf(float) ucrtbase.floorf
|
||||
@ cdecl fma(double double double) ucrtbase.fma
|
||||
@ cdecl fmaf(float float float) ucrtbase.fmaf
|
||||
@ stub fmal
|
||||
@ cdecl fmal(double double double) ucrtbase.fmal
|
||||
@ cdecl fmax(double double) ucrtbase.fmax
|
||||
@ cdecl fmaxf(float float) ucrtbase.fmaxf
|
||||
@ cdecl fmaxl(double double) ucrtbase.fmaxl
|
||||
|
|
|
@ -2166,7 +2166,7 @@
|
|||
@ cdecl -arch=arm,x86_64,arm64 floorf(float) MSVCRT_floorf
|
||||
@ cdecl fma(double double double) MSVCRT_fma
|
||||
@ cdecl fmaf(float float float) MSVCRT_fmaf
|
||||
@ stub fmal
|
||||
@ cdecl fmal(double double double) MSVCRT_fma
|
||||
@ cdecl fmax(double double) MSVCR120_fmax
|
||||
@ cdecl fmaxf(float float) MSVCR120_fmaxf
|
||||
@ cdecl fmaxl(double double) MSVCR120_fmax
|
||||
|
|
|
@ -1832,7 +1832,7 @@
|
|||
@ cdecl -arch=arm,x86_64,arm64 floorf(float) msvcr120.floorf
|
||||
@ cdecl fma(double double double) msvcr120.fma
|
||||
@ cdecl fmaf(float float float) msvcr120.fmaf
|
||||
@ stub fmal
|
||||
@ cdecl fmal(double double double) msvcr120.fmal
|
||||
@ cdecl fmax(double double) msvcr120.fmax
|
||||
@ cdecl fmaxf(float float) msvcr120.fmaxf
|
||||
@ cdecl fmaxl(double double) msvcr120.fmaxl
|
||||
|
|
|
@ -2307,7 +2307,7 @@
|
|||
@ cdecl -arch=arm,x86_64,arm64 floorf(float) MSVCRT_floorf
|
||||
@ cdecl fma(double double double) MSVCRT_fma
|
||||
@ cdecl fmaf(float float float) MSVCRT_fmaf
|
||||
@ stub fmal
|
||||
@ cdecl fmal(double double double) MSVCRT_fma
|
||||
@ cdecl fmax(double double) MSVCR120_fmax
|
||||
@ cdecl fmaxf(float float) MSVCR120_fmaxf
|
||||
@ cdecl fmaxl(double double) MSVCR120_fmax
|
||||
|
|
Loading…
Reference in New Issue