We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5135582 commit 945fc9fCopy full SHA for 945fc9f
src/inline-assembly.md
@@ -528,6 +528,7 @@ The following directives are guaranteed to be supported by the assembler:
528
- `.set`
529
- `.align`
530
- `.inst`
531
+- `.p2align`
532
533
534
The following directives are guaranteed to be supported for `global_asm` only:
@@ -536,6 +537,8 @@ The following directives are guaranteed to be supported for `global_asm` only:
536
537
- `.private_extern`
538
- `.globl`
539
- `.global`
540
+- `.size`
541
+- `.type`
542
543
544
#### Target Specific Directive Support
0 commit comments