Re: [Mingw-w64-public] [PATCH] math: Fix rounding in llrintl on ARM

2016-08-22 Thread Kai Tietz
Patch is ok. Please go ahead. Thanks, Kai 2016-08-22 15:40 GMT+02:00 Martin Storsjö : > --- > This is the same fix as in e9e42ce3113b which is already pushed; > I didn't notice that this function has a separate copy of the > implementation (contrary to e.g. rintl where the ARM block > just calls

[Mingw-w64-public] [PATCH] math: Fix rounding in llrintl on ARM

2016-08-22 Thread Martin Storsjö
--- This is the same fix as in e9e42ce3113b which is already pushed; I didn't notice that this function has a separate copy of the implementation (contrary to e.g. rintl where the ARM block just calls rint). --- mingw-w64-crt/math/llrintl.c | 11 ++- 1 file changed, 10 insertions(+), 1 del