Browse Source
On some architectures it's illegal to do unaligned memory fetches. Just don't load 4 bytes at once, instead load byte-by-byte. A smart compiler is supposed to recognize the pattern as little-endian unaligned load.pull/897/head
1 changed files with 3 additions and 5 deletions
Loading…
Reference in new issue