https://llvm.org/bugs/show_bug.cgi?id=24512
Sanjay Patel <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID --- Comment #9 from Sanjay Patel <[email protected]> --- (In reply to comment #8) > Yes, it was unsafe-fp-math that made the difference. This is described as > "reduced precision", not "throw away my input entirely" :) Heh...turning everything into zeros falls under the scope of "unsafe". :) Seriously though, -ffast-math is license for the compiler to do a lot of things, and I think we're within bounds on this one. So I'll resolve this as "invalid". Please reopen if you disagree or see a better way out. -- You are receiving this mail because: You are on the CC list for the bug.
_______________________________________________ llvm-bugs mailing list [email protected] http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
