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(-) 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> -->