diff options
author | Thomas Schwinge <tschwinge@baylibre.com> | 2024-12-17 22:23:50 +0100 |
---|---|---|
committer | Thomas Schwinge <tschwinge@baylibre.com> | 2025-01-08 15:17:02 +0100 |
commit | 59a4089ccab5a8ae3ddfa7b1b762caf2125a49a7 (patch) | |
tree | 79f090e16e68ab97f08c38ac2d0a5554009f3194 /gcc | |
parent | 96c32a599c950491f98277d0a15e1266982cf16f (diff) | |
download | gcc-59a4089ccab5a8ae3ddfa7b1b762caf2125a49a7.zip gcc-59a4089ccab5a8ae3ddfa7b1b762caf2125a49a7.tar.gz gcc-59a4089ccab5a8ae3ddfa7b1b762caf2125a49a7.tar.bz2 |
nvptx: Support '-march=sm_37': update '-march-map=sm_50' documentation
Fix-up for recent commit 7151d885c47ec93ba06f52a4be2a19a706f0750e
"nvptx: Support '-march=sm_37'".
gcc/
* doc/invoke.texi (Nvidia PTX Options): Update '-march-map=sm_50'.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/doc/invoke.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 0a7a81b..c9733d6 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -30201,7 +30201,7 @@ Alias of @option{-march=}. @item -march-map=@var{architecture-string} Select the closest available @option{-march=} value that is not more capable. For instance, for @option{-march-map=sm_50} select -@option{-march=sm_35}, and for @option{-march-map=sm_53} select +@option{-march=sm_37}, and for @option{-march-map=sm_53} select @option{-march=sm_53}. @opindex mptx |