Skip to content

Commit 83a5cdf

Browse files
westernmagicAmanieu
andcommitted
Update src/doc/unstable-book/src/library-features/asm.md
Co-authored-by: Amanieu d'Antras <[email protected]>
1 parent 70cd375 commit 83a5cdf

File tree

1 file changed

+1
-1
lines changed
  • src/doc/unstable-book/src/library-features

1 file changed

+1
-1
lines changed

src/doc/unstable-book/src/library-features/asm.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ Here is the list of currently supported register classes:
478478
>
479479
> 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.
480480
>
481-
> Note #3: On NVPTX, register names are not supported.
481+
> Note #3: NVPTX doesn't have a fixed register set, so named registers are not supported.
482482
483483
Additional register classes may be added in the future based on demand (e.g. MMX, x87, etc).
484484

0 commit comments

Comments
 (0)