about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMichal Sudwoj <mswoj61@gmail.com>2020-05-23 03:55:34 +0200
committerMichal Sudwoj <msudwoj@student.ethz.ch>2020-05-24 08:20:40 +0200
commit83a5cdf0aec1a998fed98565829ee7b732b95134 (patch)
tree6f061d9dbb5c7a6f8539a8ec4bf12fd67eceb617
parent70cd375c57bc35db9c9a3eff37abdb900e45f910 (diff)
downloadrust-83a5cdf0aec1a998fed98565829ee7b732b95134.tar.gz
rust-83a5cdf0aec1a998fed98565829ee7b732b95134.zip
Update src/doc/unstable-book/src/library-features/asm.md
Co-authored-by: Amanieu d'Antras <amanieu@gmail.com>
-rw-r--r--src/doc/unstable-book/src/library-features/asm.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/unstable-book/src/library-features/asm.md b/src/doc/unstable-book/src/library-features/asm.md
index 50121b2c0fc..ea560a6d709 100644
--- a/src/doc/unstable-book/src/library-features/asm.md
+++ b/src/doc/unstable-book/src/library-features/asm.md
@@ -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).