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
Specifically these features are present as a separate feature in the runtime detection list but are folded into another feature in the compiler:
fp can be detected at runtime but can't be enabled. It is instead implied by the neon feature.
pmull can be detected at runtime but can't be enabled. It is instead implied by the aes feature, and all the related intrinsics use the aes target feature.