- made all macros overridable
- minor refactors
- fixed incorrect
__builtin_assume_aligned
check
- removed
constexpr
where it would be non-portable - made use of extra bits (e.g. on AMD64) opt-in via
MZ_TAGGED_PTR_BITS
- made use of
assert()
configurable viaMZ_ASSERT()
- Initial release 🎉️