[PATCH 2/8] ntdll: Reimplement _aulldiv using 32-bit arithmetic.
8 Jun
2020
8 Jun
'20
4:12 p.m.
Based on compiler-rt. Signed-off-by: Jacek Caban <jacek(a)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(-)
2019
Age (days ago)
2019
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jacek Caban