You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/doc/unstable-book/src/library-features/asm.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -478,7 +478,7 @@ Here is the list of currently supported register classes:
478
478
>
479
479
> 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.
480
480
>
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.
482
482
483
483
Additional register classes may be added in the future based on demand (e.g. MMX, x87, etc).
0 commit comments