Files
zig/src/codegen
Matthew Lugg a319211eee llvm: fix lowering of packed struct constants
The big-endian logic here was simply incorrect. Luckily, it was also
overcomplicated; after calling `Value.writeToPackedMemory`, there is a
method on `std.math.big.int.Mutable` which just does the correct
endianness load for us.
2025-11-19 01:42:37 +01:00
..
2025-07-02 14:50:41 -07:00
2025-11-12 16:00:15 +00:00
2025-07-27 06:59:38 -04:00