Re: [Mingw-w64-public] [PATCH] math: Preserve NAN/INF in rint(f) on ARM

2016-08-22 Thread Kai Tietz
Ok. Please apply. Important is here that we don't normalize NaN/Inf. I did so for pow, and well, it caused some troubles. Thanks, Kai 2016-08-22 15:41 GMT+02:00 Martin Storsjö : > rintl doesn't need changes since it calls rint(). > --- > mingw-w64-crt/math/rint.c | 2 ++ >

[Mingw-w64-public] [PATCH] math: Preserve NAN/INF in rint(f) on ARM

2016-08-22 Thread Martin Storsjö
rintl doesn't need changes since it calls rint(). --- mingw-w64-crt/math/rint.c | 2 ++ mingw-w64-crt/math/rintf.c | 2 ++ 2 files changed, 4 insertions(+) diff --git a/mingw-w64-crt/math/rint.c b/mingw-w64-crt/math/rint.c index 01f9644..6d0b632 100644 --- a/mingw-w64-crt/math/rint.c +++