(no title)
nitnelave | 2 months ago
You could work around that with a union or casts with explicit alignment constraints, but this is the shortest way to express that.
nitnelave | 2 months ago
You could work around that with a union or casts with explicit alignment constraints, but this is the shortest way to express that.
Asooka|2 months ago
Edit: Note also that you can cast a pointer to slot to a pointer to uint64_t and that does not break strict aliasing rules.
nitnelave|2 months ago
crest|2 months ago
unknown|2 months ago
[deleted]