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
One major problem with #[target_feature] as proposed is that it cannot propagate effects properly. This makes it impossible for libraries to work around code-generation issues: rust-lang/stdarch#362 (comment)
An effect systems for target features would need to allow a caller to enable target features for their callees. This might mean that all Rust functions my need to be always polymorphic with respect to target-feature effects.
The text was updated successfully, but these errors were encountered: