Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove excess whitespace
  • Loading branch information
chorman0773 committed Aug 26, 2024
commit f73f91fb757d4023ff709637ff794942e75876a0
5 changes: 0 additions & 5 deletions src/inline-assembly.md
Original file line number Diff line number Diff line change
Expand Up @@ -650,12 +650,9 @@ r[asm.rules.not-exactly-once]
- You cannot assume that an `asm!` block will appear exactly once in the output binary.
The compiler is allowed to instantiate multiple copies of the `asm!` block, for example when the function containing it is inlined in multiple places.



r[asm.rules.preserves_flags]
> **Note**: As a general rule, the flags covered by `preserves_flags` are those which are *not* preserved when performing a function call.


### Correctness and Validity

r[asm.validity]
Expand Down Expand Up @@ -699,8 +696,6 @@ r[asm.directives.subset-supported]
Inline assembly supports a subset of the directives supported by both GNU AS and LLVM's internal assembler, given as follows.
The result of using other directives is assembler-specific (and may cause an error, or may be accepted as-is).



r[asm.directives.supported-directives]
The following directives are guaranteed to be supported by the assembler:

Expand Down