Y
Hacker News
new
|
ask
|
show
|
jobs
by
astrange
1713 days ago
That's a compiler bug. Floating-point math shouldn't be reassociated unless you were using -ffast-math, which is indeed a poorly named option that does bad things, but one many people demand.
1 comments
cozzyd
1713 days ago
I think icc might be more cavalier about this sort of thing.
link