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
If the user compiles with CPU native, a lot of the feature checks aren't needed because the compiler already knows about them with #[cfg(target_feature = "x")]. In the extreme case the macro should just be a nop if all the features are available compile time.
The text was updated successfully, but these errors were encountered:
If the user compiles with CPU native, a lot of the feature checks aren't needed because the compiler already knows about them with
#[cfg(target_feature = "x")]
. In the extreme case the macro should just be a nop if all the features are available compile time.The text was updated successfully, but these errors were encountered: