rustc_target: Add the fp16 target feature for AArch32
This commit is contained in:
parent
5ff18d0eae
commit
53f9852224
2 changed files with 2 additions and 0 deletions
|
@ -145,6 +145,7 @@ const ARM_FEATURES: &[(&str, Stability, ImpliedFeatures)] = &[
|
|||
("dotprod", Unstable(sym::arm_target_feature), &["neon"]),
|
||||
("dsp", Unstable(sym::arm_target_feature), &[]),
|
||||
("fp-armv8", Unstable(sym::arm_target_feature), &["vfp4"]),
|
||||
("fp16", Unstable(sym::arm_target_feature), &["neon"]),
|
||||
("fpregs", Unstable(sym::arm_target_feature), &[]),
|
||||
("i8mm", Unstable(sym::arm_target_feature), &["neon"]),
|
||||
("mclass", Unstable(sym::arm_target_feature), &[]),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue