No functional changes. This deals with the TODO `/* TODO(sergey): How to ensure this is a constexpr? */` by just making it a `constexpr`. The line in question was `square_f(0.000001f)` so the constexpr is just `0.000001f * 0.000001f` Pull Request: https://projects.blender.org/blender/blender/pulls/142872