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
It would be good if the user could write different code based on which version runtime features were available. For example, one might want to write inline assembly when some vector instructions are available.
It would be good if the user could write different code based on which version runtime features were available. For example, one might want to write inline assembly when some vector instructions are available.
IMO, this would best be done using
#[cfg(target_feature)]
inside the functions but that is currently blocked on rust-lang/rust#39336 and rust-lang/rust#42515.The text was updated successfully, but these errors were encountered: