mirror of
https://github.com/ziglang/zig.git
synced 2025-12-24 15:13:08 +00:00
* When a field starts at some bit offset within a byte you need to load starting from that byte and shift, not starting from the next byte, so a rounded-down divide is required here, not a rounded-up one. * Remove paragraph from doc that no longer relates to anything. Closes #12363