Open
Description
While reviewing the list of target features, I noticed 2 inconsistencies between the list used by the compiler and the one used by stdarch for runtime feature detection.
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 theneon
feature.pmull
can be detected at runtime but can't be enabled. It is instead implied by theaes
feature, and all the related intrinsics use theaes
target feature.
Metadata
Metadata
Assignees
Labels
No labels