Re: [Mingw-w64-public] Implement fused multiply-add (FMA) funcitons for x86 families properly

2017-01-22 Thread lhmouse
On 2017/1/23 9:08, David Wohlferd wrote: > Hmm. > > It seems a bit backwards to have the function that takes a 'long double' > calling the function that takes a 'double.' Yes, they are both the same > size on ARM, but I think I would have gone the other way. Plus I kinda > like having all the

Re: [Mingw-w64-public] Implement fused multiply-add (FMA) funcitons for x86 families properly

2017-01-22 Thread David Wohlferd
Hmm. It seems a bit backwards to have the function that takes a 'long double' calling the function that takes a 'double.' Yes, they are both the same size on ARM, but I think I would have gone the other way. Plus I kinda like having all the implementations in one file (fmal.c). Other than

Re: [Mingw-w64-public] [PATCH] Align thread entry point stack

2017-01-22 Thread Adrien Nader
Hi, I've recently re-stumbled upon this. As far as I can tell it hasn't been commited. Was there some more discussion on the topic or did it simply get forgotten? -- Adrien Nader On Mon, Aug 22, 2016, Kai Tietz wrote: > Hello Aleksey, > > 2016-08-22 13:52 GMT+02:00 Aleksey Vasenev

Re: [Mingw-w64-public] [PATCH v11] crt: Recognize cygwin ptys in isatty

2017-01-22 Thread Mihail Konev
On Thu, Jan 19, 2017 at 12:54:33AM +0500, Mihail Konev wrote: > On Sat, Jan 07, 2017 at 10:52:40AM +0500, Mihail Konev wrote: > > Signed-off-by: Mihail Konev > > Moved-from: https://github.com/Alexpux/mingw-w64/pull/3 > > Reference: