[Mingw-w64-public] fpsetenv broke?

2017-10-04 Thread Doug Semler
I honestly can't figure out the logic behind the implementation of fesetnenv. Why is an sse2 instruction outside of the guard? In addition, why is there a (retrieve parameters) call to the fpu that reenables all the exception masks? Kai was the last person to make the changefour years ago...s

Re: [Mingw-w64-public] [PATCH] crt: Add a compatibility wrapper for _get_current_locale

2017-10-04 Thread Martin Storsjö
On Mon, 2 Oct 2017, Martin Storsjö wrote: This function only exists since Windows 8, but is is currently used by libc++. This fixes linker errors with libc++ when linking against msvcrt.dll. This compatibility wrapper only returns NULL and doesn't attempt keeping track of what the last set loc

Re: [Mingw-w64-public] [PATCH] crt: More strictly flag functions in the unified msvcrt.def.in

2017-10-04 Thread Martin Storsjö
On Mon, 2 Oct 2017, JonY via Mingw-w64-public wrote: On 10/02/2017 10:52 AM, Martin Storsjö wrote: On Mon, 2 Oct 2017, JonY via Mingw-w64-public wrote: On 10/02/2017 05:55 AM, Martin Storsjö wrote: On Fri, 29 Sep 2017, Martin Storsjö wrote: Now the output from the unified msvcrt.def.in sho