[PATCH 4/7] msvcrt: Implement lrint using rint function.
May 10, 2021
1:06 p.m.
Signed-off-by: Piotr Caban <piotr(a)codeweavers.com> --- configure.ac | 1 - dlls/msvcrt/math.c | 9 ++++++++- dlls/msvcrt/unixlib.c | 13 ------------- dlls/msvcrt/unixlib.h | 1 - 4 files changed, 8 insertions(+), 16 deletions(-)
May 2021
5:50 p.m.
Hi, This patch is not correct for values in range INT_MAX..UINT_MAX (it shouldn't set errno in this case). I'll send a fixed version. The same states for 5-7 patches. Thanks, Piotr
1781
Age (days ago)
1781
Last active (days ago)
1 comments
1 participants
participants (1)
-
Piotr Caban