Commit 1010857a authored by Martin Storsjo's avatar Martin Storsjo Committed by Alexandre Julliard

msvcrt: Provide the fmal function using the existing fma implementation.

parent dec4c99a
...@@ -243,7 +243,7 @@ ...@@ -243,7 +243,7 @@
@ cdecl -arch=arm,x86_64,arm64 floorf(float) ucrtbase.floorf @ cdecl -arch=arm,x86_64,arm64 floorf(float) ucrtbase.floorf
@ cdecl fma(double double double) ucrtbase.fma @ cdecl fma(double double double) ucrtbase.fma
@ cdecl fmaf(float float float) ucrtbase.fmaf @ cdecl fmaf(float float float) ucrtbase.fmaf
@ stub fmal @ cdecl fmal(double double double) ucrtbase.fmal
@ cdecl fmax(double double) ucrtbase.fmax @ cdecl fmax(double double) ucrtbase.fmax
@ cdecl fmaxf(float float) ucrtbase.fmaxf @ cdecl fmaxf(float float) ucrtbase.fmaxf
@ cdecl fmaxl(double double) ucrtbase.fmaxl @ cdecl fmaxl(double double) ucrtbase.fmaxl
......
...@@ -2166,7 +2166,7 @@ ...@@ -2166,7 +2166,7 @@
@ cdecl -arch=arm,x86_64,arm64 floorf(float) MSVCRT_floorf @ cdecl -arch=arm,x86_64,arm64 floorf(float) MSVCRT_floorf
@ cdecl fma(double double double) MSVCRT_fma @ cdecl fma(double double double) MSVCRT_fma
@ cdecl fmaf(float float float) MSVCRT_fmaf @ cdecl fmaf(float float float) MSVCRT_fmaf
@ stub fmal @ cdecl fmal(double double double) MSVCRT_fma
@ cdecl fmax(double double) MSVCR120_fmax @ cdecl fmax(double double) MSVCR120_fmax
@ cdecl fmaxf(float float) MSVCR120_fmaxf @ cdecl fmaxf(float float) MSVCR120_fmaxf
@ cdecl fmaxl(double double) MSVCR120_fmax @ cdecl fmaxl(double double) MSVCR120_fmax
......
...@@ -1832,7 +1832,7 @@ ...@@ -1832,7 +1832,7 @@
@ cdecl -arch=arm,x86_64,arm64 floorf(float) msvcr120.floorf @ cdecl -arch=arm,x86_64,arm64 floorf(float) msvcr120.floorf
@ cdecl fma(double double double) msvcr120.fma @ cdecl fma(double double double) msvcr120.fma
@ cdecl fmaf(float float float) msvcr120.fmaf @ cdecl fmaf(float float float) msvcr120.fmaf
@ stub fmal @ cdecl fmal(double double double) msvcr120.fmal
@ cdecl fmax(double double) msvcr120.fmax @ cdecl fmax(double double) msvcr120.fmax
@ cdecl fmaxf(float float) msvcr120.fmaxf @ cdecl fmaxf(float float) msvcr120.fmaxf
@ cdecl fmaxl(double double) msvcr120.fmaxl @ cdecl fmaxl(double double) msvcr120.fmaxl
......
...@@ -2307,7 +2307,7 @@ ...@@ -2307,7 +2307,7 @@
@ cdecl -arch=arm,x86_64,arm64 floorf(float) MSVCRT_floorf @ cdecl -arch=arm,x86_64,arm64 floorf(float) MSVCRT_floorf
@ cdecl fma(double double double) MSVCRT_fma @ cdecl fma(double double double) MSVCRT_fma
@ cdecl fmaf(float float float) MSVCRT_fmaf @ cdecl fmaf(float float float) MSVCRT_fmaf
@ stub fmal @ cdecl fmal(double double double) MSVCRT_fma
@ cdecl fmax(double double) MSVCR120_fmax @ cdecl fmax(double double) MSVCR120_fmax
@ cdecl fmaxf(float float) MSVCR120_fmaxf @ cdecl fmaxf(float float) MSVCR120_fmaxf
@ cdecl fmaxl(double double) MSVCR120_fmax @ cdecl fmaxl(double double) MSVCR120_fmax
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment