[PATCH v4] ucrtbase: added stub for get_FMA3_enable

Piotr Caban piotr.caban at gmail.com
Mon Feb 3 13:58:10 CST 2020


Hi Rosa,

On 2/3/20 8:40 PM, Rosa Hase wrote:
> --- a/dlls/msvcr120/msvcr120.spec
> +++ b/dlls/msvcr120/msvcr120.spec
> @@ -1639,6 +1639,7 @@
>   @ stdcall -arch=i386 _seh_longjmp_unwind4(ptr)
>   @ stdcall -arch=i386 _seh_longjmp_unwind(ptr)
>   @ cdecl -arch=i386 _set_SSE2_enable(long) MSVCRT__set_SSE2_enable
> +@ cdecl -arch=win64 _get_FMA3_enable() MSVCRT__get_FMA3_enable
Are you sure the function is exported from _get_FMA3_enable is exported 
from msvcr120? It looks like the function was introduced in ucrtbase.

>   #if defined(_WIN64) && _MSVCR_VER>=120
> +/*********************************************************************
> + *      _get_FMA3_enable (MSVCR120.@)
If it was not exported from msvcr120 please also change this comment.

Thanks,
Piotr



More information about the wine-devel mailing list