[PATCH 2/8] ntdll: Reimplement _aulldiv using 32-bit arithmetic.

Jacek Caban jacek at codeweavers.com
Mon Jun 8 11:12:01 CDT 2020


Based on compiler-rt.

Signed-off-by: Jacek Caban <jacek at codeweavers.com>
---

Current solution uses native implementation for that. Once we move ntdll 
to PE file, compiler could use those (like MSVC does) to implement 
64-bit arithmetic, creating an infinite recursion.

  dlls/ntdll/large_int.c | 179 ++++++++++++++++++++++++++++++++++++++++-
  1 file changed, 178 insertions(+), 1 deletion(-)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-ntdll-Reimplement-_aulldiv-using-32-bit-arithmetic.txt
Type: text/x-patch
Size: 6914 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20200608/309ff3f3/attachment-0001.bin>


More information about the wine-devel mailing list