Skip to content

Commit

Permalink
Update src/doc/unstable-book/src/library-features/asm.md
Browse files Browse the repository at this point in the history
Co-authored-by: Amanieu d'Antras <amanieu@gmail.com>
  • Loading branch information
westernmagic and Amanieu committed May 24, 2020
1 parent 70cd375 commit 83a5cdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/unstable-book/src/library-features/asm.md
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ Here is the list of currently supported register classes:
>
> Note #2: On x86-64 the high byte registers (e.g. `ah`) are only available when used as an explicit register. Specifying the `reg_byte` register class for an operand will always allocate a low byte register.
>
> Note #3: On NVPTX, register names are not supported.
> Note #3: NVPTX doesn't have a fixed register set, so named registers are not supported.
Additional register classes may be added in the future based on demand (e.g. MMX, x87, etc).

Expand Down

0 comments on commit 83a5cdf

Please sign in to comment.