mirror of
https://github.com/DrBeef/Raze.git
synced 2025-02-21 03:01:36 +00:00
* Removes situations where calling `xs_CRoundToUInt()` and other unsigned inlines would go through extra casts (`uint32_t` > `int32_t` > `uint32_t`). * Because the native data in the `_xs_doubleints` struct is a union of a double and `uint32_t`, it makes sense to do everything unsigned and convert to `int32_t` if needed instead. |
||
---|---|---|
.. | ||
libsmackerdec | ||
math | ||
rapidjson | ||
sfmt | ||
base64.cpp | ||
base64.h | ||
ctpl.h | ||
earcut.hpp | ||
gain_analysis.cpp | ||
gain_analysis.h | ||
m_crc32.h | ||
md5.cpp | ||
md5.h | ||
strnatcmp.c | ||
strnatcmp.h | ||
superfasthash.cpp | ||
superfasthash.h | ||
xs_Float.h |