Y
Hacker News
new
|
ask
|
show
|
jobs
by
arkmm
95 days ago
Didn't know this technique had a name, but I would think a modern compiler could make this optimization on its own, no?
1 comments
Sesse__
95 days ago
No, it's not equivalent for floating point, so a compiler won't do it unless you do -fassociative-math (or a superset, such as -ffast-math), in which case all correctness bets are off.
link