You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto merge of #209 - a1phyr:stable_likely, r=Amanieu
Better branch likelyness on stable
It uses uses the `#[cold]` attribute to get a similar effect as `core::intrinsics::{likely, unlikely}` on stable (10-15% on some benchmarks)
0 commit comments