Rollup merge of #94339 - Amanieu:arm-d32, r=nagisa
ARM: Only allow using d16-d31 with asm! when supported by the target Support can be determined by checking for the "d32" LLVM feature. r? ```````````````@nagisa```````````````
This commit is contained in:
commit
79c71d1f9e
3 changed files with 6 additions and 1 deletions
|
@ -539,6 +539,7 @@ symbols! {
|
|||
custom_inner_attributes,
|
||||
custom_test_frameworks,
|
||||
d,
|
||||
d32,
|
||||
dbg_macro,
|
||||
dead_code,
|
||||
dealloc,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue