Y
Hacker News
new
|
ask
|
show
|
jobs
by
kevingadd
1095 days ago
Any reorderings or optimizations of floating point code could potentially change the results even without 80-bit precision active.
1 comments
vlovich123
1093 days ago
AFAIK only if you have -ffast-math enabled. Otherwise IEE754 very specifically lays out all the optimizations the compiler is and isn't allowed to do.
link