[PATCH 3/6] mscvrt: Always provide float variants of math functions in importlib on x86.

Jacek Caban jacek at codeweavers.com
Sun Aug 25 11:49:55 CDT 2019


We have them declared as inline wrappers around double variant in 
math.h, but that's not enough. clang is smart enough to optimize them 
back to *f variants anyway.

Signed-off-by: Jacek Caban <jacek at codeweavers.com>
---
  dlls/msvcr100/Makefile.in | 1 +
  dlls/msvcr110/Makefile.in | 1 +
  dlls/msvcr120/Makefile.in | 1 +
  dlls/msvcr80/Makefile.in  | 1 +
  dlls/msvcr90/Makefile.in  | 1 +
  dlls/msvcrt/Makefile.in   | 1 +
  dlls/msvcrt/mathf.c       | 4 +++-
  dlls/ucrtbase/Makefile.in | 1 +
  8 files changed, 10 insertions(+), 1 deletion(-)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0003-mscvrt-Always-provide-float-variants-of-math-functions.txt
Type: text/x-patch
Size: 2629 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20190825/36e96b7d/attachment-0001.bin>


More information about the wine-devel mailing list