mirror of
https://github.com/ziglang/zig.git
synced 2025-12-23 14:43:17 +00:00
Big-int functions were updated to respect the provided abi_size, rather than inferring a potentially incorrect abi_size implicitly. In combination with the convention that any required padding bits are added on the MSB end, this means that exotic integers can potentially have a well-defined memory layout.