mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-25 15:47:59 +00:00
This new special case is simpler than the old special case because it only is used when `dist == 1`. But that's still enough to cover ~98% of cases. This results in equivalent performance to the old special case, and identical behaviour as the general case.