Next: , Previous: , Up: Floating Point in Depth   [Contents][Index]


28.4 Invalid Optimizations

Signed zeros, Infinity, and NaN invalidate some optimizations by programmers and compilers that might otherwise have seemed obvious:

The -funsafe-math-optimizations option enables these optimizations.