Displaying 1 result from an estimated 1 matches for "637d9422".
2017 Mar 15
2
[RFC] FP Contract = fast?
On 03/15/2017 11:39 AM, Stephen Canon wrote:
> We should default to pragma STDC FP_CONTRACT ON, not ‘fast’.
>
> ‘on’ is the most aggressive mode that conforms to C11. ‘fast’ should
> be opt-in (like ‘fast-math’ is).
Why? Other compilers default to 'fast', and 'on' does not play well with
C++ code (where inlining is really important, and so the statement
boundaries