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
safe #[target_feature] functions can be called without an unsafe {} block only from functions that have at least the exact same set of #[target_feature]s. Calling them from other contexts (other functions, static variable initializers, etc.) requires opening an unsafe {} even though they are not marked as unsafe
safe #[target_feature] functions are not assignable to safe fn pointers.
This issue is a tracker to know when we'll be able to use it.
The text was updated successfully, but these errors were encountered:
target_feature 1.1 should ease implementing some SIMD code.
This issue is a tracker to know when we'll be able to use it.
The text was updated successfully, but these errors were encountered: