zig/doc
Jacob Young f9192adaba llvm: fix lowering of non-byte-aligned field pointers
* 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
2022-10-15 14:19:40 -04:00
..
docgen.zig docgen: add f80 to builtin types 2022-09-14 20:08:34 -04:00
langref.html.in llvm: fix lowering of non-byte-aligned field pointers 2022-10-15 14:19:40 -04:00