Re: [Mingw-w64-public] Floating-Point Operations Not Deterministic When Excecuted Asynchronously

2016-03-15 Thread Kai Tietz
Hi Benjamin, I would assume that there might be something wrong with your update of crt. What doesn't get clear to me by your description is what you build and what you replaced actually. The code in question is part of the crt build .a files. have you just replace object code (as it sounds) or

Re: [Mingw-w64-public] Floating-Point Operations Not Deterministic When Excecuted Asynchronously

2016-03-15 Thread K. Frank
Hi Benjamin! I have no idea how to patch mingw-w64 to do you you really want, but perhaps I have a suggestion for a work-around, below. On Tue, Mar 15, 2016 at 11:15 AM, Benjamin Bihler wrote: > I have taken commit d82c6defa723b6e7986091ce0fb74da544b9e0f6

Re: [Mingw-w64-public] Floating-Point Operations Not Deterministic When Excecuted Asynchronously

2016-03-15 Thread Benjamin Bihler
I have taken commit d82c6defa723b6e7986091ce0fb74da544b9e0f6 ("Reset thread floating point settings on new thread") from the master branch of the mingw64 repository, compiled it and replaced the respective files in the "include" and "lib" folder of the "x86_64-mingw32" folder of my mingww64

Re: [Mingw-w64-public] [PATCH] ws2tcpip.h: Define AI_DISABLE_IDN_ENCODING

2016-03-15 Thread Corinna Vinschen
On Mar 15 12:38, Kai Tietz wrote: > Hi Corinna, > > patch is ok. Sorry for the delay looking into it. No worries, I should have sent this patch already long ago. Patch applied. Thanks, Corinna signature.asc Description: PGP signature

Re: [Mingw-w64-public] [PATCH] ws2tcpip.h: Define AI_DISABLE_IDN_ENCODING

2016-03-15 Thread Kai Tietz
Hi Corinna, patch is ok. Sorry for the delay looking into it. Kai 2016-03-14 17:55 GMT+01:00 Corinna Vinschen : > Starting with Windows 8, the getaddrinfo family of functions automatically > convers IDNs using punycode. To allw switching this off, Windows 8 > introduces