This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
Hi Brad,I bring this up because some people (like me) would like to have fused madd without setting flag_unsafe_math_optimizations; the latter flag allows so much strange floating-point behavior in the name of performance that it does not meet my needs, and by comparison fmadd is a well-behaved and useful addition to my toolkit.
Is there any reason to believe that -ffast-math isn't suitable for over 95% of GCC's users?
This I'm happy with, but your previous e-mail
leads to a slippery slope of some unsafe optimizations being acceptable.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |