[PATCH] msvcrt: Improve strtod precision.
Dec. 30, 2019
6:38 a.m.
This patch fixes strtod precision regression. It also removes floating points operations. Signed-off-by: Piotr Caban <piotr(a)codeweavers.com> --- dlls/msvcrt/msvcrt.h | 1 + dlls/msvcrt/string.c | 157 ++++++++++++++++++++++++----------- dlls/ucrtbase/tests/string.c | 20 +++-- 3 files changed, 123 insertions(+), 55 deletions(-)
2277
Age (days ago)
2277
Last active (days ago)
0 comments
1 participants
participants (1)
-
Piotr Caban