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>
stable
Martin Storsjo 2019-07-31 00:08:50 +03:00 committed by Alexandre Julliard
parent dec4c99ae7
commit 1010857a00
4 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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