Re: [Mingw-w64-public] aclocal.m4 and Makefile.am out of sync

2016-10-03 Thread Adrien Nader
On Mon, Oct 03, 2016, David Wohlferd wrote: > On 10/2/2016 6:38 PM, JonY wrote: > >On 10/3/2016 06:37, David Wohlferd wrote: > >>So, my testing didn't turn up any problems. The patch is pretty > >>big (1,389,398), so I have compressed it and uploaded it to >

Re: [Mingw-w64-public] aclocal.m4 and Makefile.am out of sync

2016-10-03 Thread David Wohlferd
On 10/2/2016 6:38 PM, JonY wrote: On 10/3/2016 06:37, David Wohlferd wrote: So, my testing didn't turn up any problems. The patch is pretty big (1,389,398), so I have compressed it and uploaded it to http://www.LimeGreenSocks.com/gen2.7z (where it is only 82,083). Just a reminder: Despite the

Re: [Mingw-w64-public] [PATCH] Make ARM softmath functions experimental, disabled by default

2016-10-03 Thread Kai Tietz
Hello, patch is indeed a nice improvement. If Andre has no objections, I am fine with this patch. Thanks, Kai 2016-10-03 14:51 GMT+02:00 Martin Storsjö : > By default, just forward calls to msvcrt.dll for the functions > implemented with softmath routines. > > The msvcrt math

[Mingw-w64-public] [PATCH] Make ARM softmath functions experimental, disabled by default

2016-10-03 Thread Martin Storsjö
By default, just forward calls to msvcrt.dll for the functions implemented with softmath routines. 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,