mirror of
https://github.com/AxioDL/zeus.git
synced 2025-07-09 22:56:01 +00:00
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.
Description
Optimized geometry and math classes
Languages
C++
99.2%
CMake
0.8%