C++: Why does changing 0.1f to 0 slow down performance by 10x? Posted on September 1, 2017July 14, 2018 by TFE Times Why does this bit of code, const float x[16] = { 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 1.7, 1.8, 1.9, 2.0, 2.1, Continue Reading