rust-lang / reference

The Rust Reference
https://doc.rust-lang.org/nightly/reference/
Apache License 2.0
1.22k stars 473 forks source link

inline assembly doesn't document `.arm` as a guaranteed directive #1234

Open Lokathor opened 2 years ago

Lokathor commented 2 years ago

the .thumb directive is in the ARM-specific list of guaranteed directives. If .thumb is, then .arm should also be as well. Otherwise we should tell people to exclusively stick to the .code directive.

cc @Amanieu

Amanieu commented 2 years ago

r=me