Skip to content

Commit

Permalink
Auto merge of #107294 - JamieCunliffe:neon-fp, r=Amanieu
Browse files Browse the repository at this point in the history
Fix some issues with folded AArch64 features

In #91608 the `fp` feature was removed for AArch64 and folded into the `neon` feature, however disabling the `neon` feature doesn't actually disable the `fp` feature. If my understanding on that thread is correct it should do.

While doing this, I also noticed that disabling some features would disable features that it shouldn't. For instance enabling `sve` will enable `neon`, however, when disabling `sve` it would then also disable `neon`, I wouldn't expect disabling `sve` to also disable `neon`.

cc `@workingjubilee`
  • Loading branch information
bors committed May 23, 2023
2 parents f29292d + 33a9a54 commit 80380ca
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 80380ca

Please sign in to comment.