]> git.ipfire.org Git - thirdparty/gcc.git/commit
[nvptx, doc] Document predefined macros at march and mptx
authorTom de Vries <tdevries@suse.de>
Wed, 30 Mar 2022 07:50:18 +0000 (09:50 +0200)
committerTom de Vries <tdevries@suse.de>
Wed, 30 Mar 2022 09:10:06 +0000 (11:10 +0200)
commitc8cd03f5b52ad297f73e7181e9f0c643a88a51e3
tree426d9958025c531b7cd3405d6ed835a9ec230908
parente3e68fa59ead502c24950298b53c637bbe535a74
[nvptx, doc] Document predefined macros at march and mptx

Document predefined macros:
- __PTX_SM__ ,
- __PTX_ISA_VERSION_MAJOR__ and
- __PTX_ISA_VERSION_MINOR__ .

gcc/ChangeLog:

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

* doc/invoke.texi (march): Document __PTX_SM__.
 (mptx): Document __PTX_ISA_VERSION_MAJOR__ and
 __PTX_ISA_VERSION_MINOR__.

Co-Authored-By: Tobias Burnus <tobias@codesourcery.com>
gcc/doc/invoke.texi