On 2017-03-31 15:33:13 +0200, Torbjörn Granlund wrote: > User choice is great; one can choose between malfunctioning libc or > explicitly ask for a correct one.
Well, GCC has the same kind of issues: one may need to provide options like -std=c99 or -std=c11, and -frounding-math, to make it conform to the C standard. Otherwise it may do invalid optimizations, at least with floating point. -- Vincent Lefèvre <[email protected]> - Web: <https://www.vinc17.net/> 100% accessible validated (X)HTML - Blog: <https://www.vinc17.net/blog/> Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon) _______________________________________________ gmp-bugs mailing list [email protected] https://gmplib.org/mailman/listinfo/gmp-bugs
