Re: fenv.h builtins

2017-06-26 Thread Richard Biener
On Fri, Jun 23, 2017 at 5:12 PM, Marc Glisse wrote: > Hello, > > this is now the complete list of C99 fenv.h functions. I tried to be rather > conservative, only fegetround is pure, and functions that "raise an > exception" (in the fenv sense, not the C++ one) do not get

fenv.h builtins

2017-06-23 Thread Marc Glisse
Hello, this is now the complete list of C99 fenv.h functions. I tried to be rather conservative, only fegetround is pure, and functions that "raise an exception" (in the fenv sense, not the C++ one) do not get nothrow,leaf. We can always change that afterwards. I am not convinced there is