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
Branch prediction intrinsic equivalent to GCC’s __builtin_expect should exist. These correspond to the llvm.expect intrinsics. Alternatively two rust intrinsics likely and unlikely could be implemented.
Moved from rust-lang/rust#20579.
Branch prediction intrinsic equivalent to GCC’s __builtin_expect should exist. These correspond to the
llvm.expect
intrinsics. Alternatively two rust intrinsicslikely
andunlikely
could be implemented.See rust-lang/rust#17317, rust-lang/rust#22805 and rust-lang/rust#22883 as well.
The text was updated successfully, but these errors were encountered: