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 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.
cc @JamieCunliffe @adamgemmell @workingjubilee
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:
fpcan be detected at runtime but can't be enabled. It is instead implied by theneonfeature.pmullcan be detected at runtime but can't be enabled. It is instead implied by theaesfeature, and all the related intrinsics use theaestarget feature.cc @JamieCunliffe @adamgemmell @workingjubilee