Comment on Why doesn't GCC optimize a*a*a*a*a*a to (a*a*a)*(a*a*a)? (2013)parentComments−howeman12yComparing floats is sometimes useful. For example, if you are testing that you have copied a data structure correctly.
Comments
Comparing floats is sometimes useful. For example, if you are testing that you have copied a data structure correctly.