]> git.ipfire.org Git - thirdparty/gcc.git/commit
[nvptx, doc] Update misa and mptx, add march and march-map
authorTom de Vries <tdevries@suse.de>
Tue, 29 Mar 2022 13:24:07 +0000 (15:24 +0200)
committerTom de Vries <tdevries@suse.de>
Wed, 30 Mar 2022 07:30:15 +0000 (09:30 +0200)
commit9778a7dc0b3000813a1d25669bf2735f38219650
tree1837bcc1d99e3e348240edc9a959f15b9dacd5ed
parent4f2795218a6ba6a7b7b9b18ca7a6e390661e1608
[nvptx, doc] Update misa and mptx, add march and march-map

Update nvptx documentation:
- Use meaningful terms: "PTX ISA target architecture" and "PTX ISA version".
- Remove invalid claim that "ISA strings must be lower-case".
- Add missing sm_xx entries.
- Fix misa default.
- Add march, copying misa doc.
- Declare misa an march alias.
- Add march-map.
- Fix "for given the specified" typo.

gcc/ChangeLog:

2022-03-29  Tom de Vries  <tdevries@suse.de>

* doc/invoke.texi (misa, mptx): Update.
(march, march-map): Add.
gcc/doc/invoke.texi