Skip to content

Commit

Permalink
Remove scope limitation
Browse files Browse the repository at this point in the history
  • Loading branch information
Amanieu committed Dec 15, 2019
1 parent 9b40dec commit eaaead5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions text/0000-project-asm.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@ The project group has the following additional goals:
With a lower priority, the project group also intends to tackle the following secondary, future goals:
* support for module-level assembly (`global_asm!`).
* support for naked functions (`#[naked]`).

Certain elements are definitively out of scope:

* The chosen `asm!` syntax should not involve rustc "understanding" the asm code itself, since this would require a huge amount of work in the compiler to support the full assembly syntax of multiple architectures. Instead, interpretation of the assembly code should be left to the compiler backend (LLVM) or an external assembler (GAS).

[asm project]: https://github.com/rust-lang/project-inline-asm
[zulip]: https://rust-lang.zulipchat.com/#narrow/stream/216763-project-inline-asm
Expand Down

0 comments on commit eaaead5

Please sign in to comment.