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
Use const_eval_select to allow a single function that is both callable in const contexts, yet also contains optimized assembly/intrinsics implementations. See here for details: rust-lang/rust#77745
The text was updated successfully, but these errors were encountered:
Use
const_eval_select
to allow a single function that is both callable inconst
contexts, yet also contains optimized assembly/intrinsics implementations. See here for details: rust-lang/rust#77745The text was updated successfully, but these errors were encountered: