Re: [Mingw-w64-public] Will be fesetenv fixed?

2016-12-20 Thread David Wohlferd
Ahh, the wonders of google. I believe I have found the problem kai's change was originally intended to fix: http://mingw-w64-public.narkive.com/jr5jMaJ2/quadmath-h-s-expq-crashes-at-runtime And, I believe I have found what the actual problem was. I don't think what kai did was the right

Re: [Mingw-w64-public] FLT_EPSILON missing

2016-12-20 Thread Vincent Torri
On Tue, Dec 20, 2016 at 12:38 PM, niXman wrote: > Vincent Torri 2016-12-20 09:04: >> Hello > Hi, > >> it seems that FLT_EPSILON and DBL_EPSILON are missing in float.h. at >> least, i can't find it here : >> >>

Re: [Mingw-w64-public] FLT_EPSILON missing

2016-12-20 Thread lhmouse
That might be because gcc has its own float.h: /mingw32/lib/gcc/i686-w64-mingw32/6.2.1/include/float.h:113:#define FLT_EPSILON __FLT_EPSILON__ -- Best regards, lh_mouse 2016-12-20 -

Re: [Mingw-w64-public] FLT_EPSILON missing

2016-12-20 Thread niXman
Vincent Torri 2016-12-20 09:04: > Hello Hi, > it seems that FLT_EPSILON and DBL_EPSILON are missing in float.h. at > least, i can't find it here : > > https://sourceforge.net/p/mingw-w64/mingw-w64/ci/master/tree/mingw-w64-headers/crt/float.h > > for reference, see : > >