1
Fork 0

ARM: Only allow using d16-d31 with asm! when supported by the target

Support can be determined by checking for the "d32" LLVM feature.
This commit is contained in:
Amanieu d'Antras 2022-02-24 22:37:53 +00:00
parent 1204400ab8
commit 7cee1b4aeb
3 changed files with 6 additions and 1 deletions

View file

@ -539,6 +539,7 @@ symbols! {
custom_inner_attributes,
custom_test_frameworks,
d,
d32,
dbg_macro,
dead_code,
dealloc,