Optimized geometry and math classes
Go to file
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
include/zeus General: Mark file-scope constexpr variables as inline 2020-04-19 03:22:13 -04:00
src Merge pull request #21 from encounter/sse4a 2019-12-10 20:48:34 -08:00
test Make zeustest work with nodiscard 2020-04-11 12:50:02 -10:00
.clang-format New code style refactor 2018-12-07 19:23:50 -10:00
CMakeLists.txt Exclude CMake CXX standard from MSVC 2020-04-10 19:02:01 -10:00