[PATCH 2/3] ucrtbase: Add _o_fmod() and _o_fmodf().

Matteo Bruni matteo.mystral at gmail.com
Thu Jan 9 17:24:12 CST 2020


On Fri, Jan 10, 2020 at 12:11 AM Jacek Caban <jacek at codeweavers.com> wrote:
>
> Hi Matteo,
>
>
> On 09/01/2020 23:03, Matteo Bruni wrote:
> > -@ stub _o_fmod
> > -@ stub _o_fmodf
> > +@ cdecl _o_fmod(double double) MSVCRT_fmod
> > +@ cdecl -arch=arm,x86_64,arm64 _o_fmodf(float float) MSVCRT_fmodf
>
>
> We have !i386 for that now.

Good point, I think when I originally wrote the patch I was working
off a branch that didn't have that feature yet.

I'll resend.



More information about the wine-devel mailing list