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
I’m be fine with only expect_u* exposed from core::intrinsics. That wouldn’t need any RFC I think. While likely! and unlikely! are nice-to-have, they are simple enough to define in terms of the intrinsics.
Branch prediction intrinsic equivalent to GCC’s
__builtin_expect
should exist. Alternatively two intrinsicslikely
andunlikely
could be implemented.The text was updated successfully, but these errors were encountered: