-
Notifications
You must be signed in to change notification settings - Fork 513
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reformat inline-assembly chapter as a spec chapter. #1523
Closed
Closed
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
7f86242
Start reformat for inline-assembly chapter
chorman0773 72df943
Remove rule prefix from section header ids
chorman0773 5a75b51
Add [dynamic.asm.template] and [dynamic.asm.operands]
chorman0773 0397d44
Add dynamic.asm.options
chorman0773 2fdf1fb
Finish dynamic.asm.evaluation and dynamic.asm.directives
chorman0773 320b414
Format dynamic.asm.registers
chorman0773 80bf3cf
Format dynamic.asm.template
chorman0773 bf615a9
Add examples/tests to the inline-assembly chapter
chorman0773 6512bc6
Fix doc links in dynamic.asm.operands.types
chorman0773 2a9f58d
Edit styling of dynamic.asm and fix test failures
chorman0773 1d9770f
Merge branch 'master' into spec-reformat-asm
chorman0773 c3af3ca
Change chapter identifier to be `asm` rather than `dynamic.asm`
chorman0773 a82d8f9
Switch link for `__m128` and `__m256`
chorman0773 3563e5a
Remove colour from .target-specific
chorman0773 38d2dae
Fix inline assembly tests to be handled "properly" off of x86_64
chorman0773 a464e1a
Apply suggestions from PR Review
chorman0773 f69509b
Apply suggestions from code review
chorman0773 15db17f
Finish applying suggestions from PR review
chorman0773 b362778
Change wording for asm.safety note
chorman0773 3633034
Use `that` instead of `which` in asm.safety note
chorman0773 7a320d3
Fix global_asm tests to actually run
chorman0773 012d7f6
Use *asm block* and *global asm block* instead of "Expansion of [`cor…
chorman0773 f886a47
Fix extraneous `r` in "Template Modifiers" header
chorman0773 b6f4bbb
Apply suggestions from code review
chorman0773 88a3964
Fix code block formatting and use "fails to compile" instead of "ill-…
chorman0773 13884d0
Remove trailing spaces from markdown source lines
chorman0773 5c0e505
Don't link to a rule that does not yet exist
chorman0773 e2a7a47
Properly fix end of line spaces
chorman0773 457e1d6
Change link to inline-assembly.html to point to asm.evaluation
chorman0773 d59ad1f
Update src/inline-assembly.md
chorman0773 9b78523
Merge branch 'master' into spec-reformat-asm
chorman0773 90ef108
Remove added claims from inline-assembly document.
chorman0773 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
Fix code block formatting and use "fails to compile" instead of "ill-…
…formed"
- Loading branch information
commit 88a39645562293a49081b1b9fdc3bfcb3a1ce215
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Isn't this
[!TARGET-SPECIFIC]
too?