]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
nvptx - invoke.texi: Update default of -misa
authorTobias Burnus <tobias@codesourcery.com>
Mon, 12 Oct 2020 11:13:20 +0000 (13:13 +0200)
committerThomas Schwinge <thomas@codesourcery.com>
Tue, 16 Feb 2021 16:52:51 +0000 (17:52 +0100)
Followup to commit 383400a6078d75bbfa1216c9af2c37f7e88740c9

gcc/ChangeLog
* doc/invoke.texi (nvptx's -misa): Update default to sm_35.

(cherry picked from commit 91e4e16b550540723cca824b9674c7d8c43f4849)

gcc/ChangeLog.omp
gcc/doc/invoke.texi

index 96896146824d1f809c96e5e91276ce299127243b..ba959fb37a4f42e8f8106ba1845ca07bd8250303 100644 (file)
@@ -1,3 +1,7 @@
+2021-02-16  Tobias Burnus  <tobias@codesourcery.com>
+
+       * doc/invoke.texi (nvptx's -misa): Update default to sm_35.
+
 2021-02-16  Tom de Vries  <tdevries@suse.de>
 
        PR target/97348
index fe04b4d8e6a1ad59c2c64199605585c93fb89464..dc00a0bf6a88c14121cdfd1da2504084d660d959 100644 (file)
@@ -25008,7 +25008,7 @@ Generate code for 32-bit or 64-bit ABI.
 @opindex march
 Generate code for given the specified PTX ISA (e.g.@: @samp{sm_35}).  ISA
 strings must be lower-case.  Valid ISA strings include @samp{sm_30} and
-@samp{sm_35}.  The default ISA is sm_30.
+@samp{sm_35}.  The default ISA is sm_35.
 
 @item -mmainkernel
 @opindex mmainkernel