Please take a look.
Chad
Differential D13997
[SimplifyLibCall] pow(x, 3.0) -> x*x*x mcrosier on Oct 22 2015, 3:15 PM. Authored by
Details
Diff Detail
Event TimelineComment Actions Am I reading this correctly and this transform is done by default? If yes, this seems to be a bit problematic, since it replaces a potentially correctly rounded operation with something that does rounding twice? |