Lioncash 5520001117 General: Mark file-scope constexpr variables as inline
Allows the compiler to unify all usages of these constants down to a
single address if they're ODR used, rather than creating an individual
copy within each translation unit.

Unfortunately all file-scope variables don't have inline implied for
them by default (only for static class member variables).

Shrinks the size of the emitted binary a little bit.
2020-04-19 03:22:13 -04:00
2020-04-11 12:50:02 -10:00
2018-12-07 19:23:50 -10:00
Description
Optimized geometry and math classes
700 KiB
Languages
C++ 99.2%
CMake 0.8%