[Mingw-w64-public] [PATCH] math: Fix rounding in ceilf and floorf on ARM

2016-08-22 Thread Martin Storsjö
If the 'r' flag is omitted from vcvt, the rounding mode specified in the fpscr is ignored. --- mingw-w64-crt/math/ceilf.S | 2 +- mingw-w64-crt/math/floorf.S | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-crt/math/ceilf.S b/mingw-w64-crt/math/ceilf.S index def516

Re: [Mingw-w64-public] [PATCH] math: Fix rounding in ceilf and floorf on ARM

2016-08-22 Thread Kai Tietz
Thanks, please go ahead and apply. Regards, Kai 2016-08-22 15:42 GMT+02:00 Martin Storsjö : > If the 'r' flag is omitted from vcvt, the rounding mode specified > in the fpscr is ignored. > --- > mingw-w64-crt/math/ceilf.S | 2 +- > mingw-w64-crt/math/floorf.S | 2 +- > 2 files changed, 2 insert