diff mbox series

[wwwdocs] gcc-11/changes: NVPTX: Mention new -misa=sm_35 default

Message ID 20201012113903.GA22339@delia
State New
Headers show
Series [wwwdocs] gcc-11/changes: NVPTX: Mention new -misa=sm_35 default | expand

Commit Message

Tom de Vries Oct. 12, 2020, 11:39 a.m. UTC
Hi,

Mention new -misa=sm_35 default for NVPTX target in the gcc 11 release notes.

See also PR target/97348.

Verified using the validator

OK?

Thanks,
- Tom

gcc-11/changes: NVPTX: Mention new -misa=sm_35 default

---
 htdocs/gcc-11/changes.html | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

Comments

Gerald Pfeifer Oct. 12, 2020, 2:43 p.m. UTC | #1
Hi Tom,

On Mon, 12 Oct 2020, Tom de Vries wrote:
> Mention new -misa=sm_35 default for NVPTX target in the gcc 11 release 
> notes.
> 
> See also PR target/97348.
> 
> Verified using the validator
> 
> OK?

yes, this is okay.

FWIW, I am happy to review wwwdocs patches.  As nvptx maintainer
you can also self approve if you desire so.  As you prefer. :-)

Gerald
diff mbox series

Patch

diff --git a/htdocs/gcc-11/changes.html b/htdocs/gcc-11/changes.html
index f7417622..37b9127a 100644
--- a/htdocs/gcc-11/changes.html
+++ b/htdocs/gcc-11/changes.html
@@ -225,7 +225,13 @@  a work-in-progress.</p>
 
 <!-- <h3 id="nios2">Nios II</h3> -->
 
-<!-- <h3 id="nvptx">NVPTX</h3> -->
+<h3 id="nvptx">NVPTX</h3>
+<ul>
+  <li>The <code>-misa</code> default has changed from <code>sm_30</code>
+      to <code>sm_35</code>.
+  </li>
+</ul>
+
 
 <!-- <h3 id="hppa">PA-RISC</h3> -->