Comment on Why doesn't GCC optimize a*a*a*a*a*a to (a*a*a)*(a*a*a)? (2013)parentComments−Ono-Sendai12yThe result depends on the number of multiplications, and hence roundings, that are done.
Comments
The result depends on the number of multiplications, and hence roundings, that are done.