[PATCH 6/7] msvcrt: Implement llrint using rint function.

Chip Davis cdavis at codeweavers.com
Mon May 10 11:57:51 CDT 2021


This seems wrong. What happens if the rounded value is outside the range of an int, but within the range of a long long?

May 10, 2021 8:07 AM, "Piotr Caban" <piotr at codeweavers.com> wrote:

> Signed-off-by: Piotr Caban <piotr at 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(-)


Chip



More information about the wine-devel mailing list