Re: [Mingw-w64-public] [PATCH] Remove ARM softfloat math function implementations

2016-09-28 Thread Martin Storsjö
On Wed, 28 Sep 2016, Martin Storsjö wrote: Just pass calls to msvcrt instead. The msvcrt math functions might not be fully C99 compliant, but the current softfloat implementations are lacking in many other ways (e.g. crashing due to infinite recursion for some input values, only working for

[Mingw-w64-public] [PATCH] Remove ARM softfloat math function implementations

2016-09-28 Thread Martin Storsjö
Just pass calls to msvcrt instead. The msvcrt math functions might not be fully C99 compliant, but the current softfloat implementations are lacking in many other ways (e.g. crashing due to infinite recursion for some input values, only working for certain ranges of input values, etc.). For