mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-01 21:45:15 +00:00
x86_64 can load unaligned words in a single cache line as fast as aligned words. Even when crossing cache or page boundaries it is just as fast to do an unaligned word read instead of multiple byte reads. Also add a couple more tests & benchmarks.