Skip to content

Commit

Permalink
Merge pull request #1847 from dalance/explicit_section_name
Browse files Browse the repository at this point in the history
Add explicit section link
  • Loading branch information
marioidival committed May 18, 2024
2 parents 1ca1352 + d748b47 commit 3d902f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/unsafe/asm.md
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ This example shows a few things:
[local labels]: https://sourceware.org/binutils/docs/as/Symbol-Names.html#Local-Labels
[an LLVM bug]: https://bugs.llvm.org/show_bug.cgi?id=36144

## Options
## Options {#options}

By default, an inline assembly block is treated the same way as an external FFI function call with a custom calling convention: it may read/write memory, have observable side effects, etc. However, in many cases it is desirable to give the compiler more information about what the assembly code is actually doing so that it can optimize better.

Expand Down

0 comments on commit 3d902f8

Please sign in to comment.