Comment on How to trick C/C++ compilers into generating terrible code?parentComments−dhruvbird14yInteresting. Another thing I noticed is that code runs faster if floating point and integer arithmetic instructions are interleaved rather than "blocked" together.
Comments
Interesting. Another thing I noticed is that code runs faster if floating point and integer arithmetic instructions are interleaved rather than "blocked" together.