Applied the gcc-17/changed.html

Johann

--

diff --git a/htdocs/gcc-17/changes.html b/htdocs/gcc-17/changes.html
index 9ae53b86..99c1dab7 100644
--- a/htdocs/gcc-17/changes.html
+++ b/htdocs/gcc-17/changes.html
@@ -170,6 +170,15 @@ for general information.</p>
 <h3 id="avr">AVR</h3>

 <ul>
+ <li>Support has been added for the following fixed-point arithmetic routines:
+    <ul>
+      <li>Saturated division for the 16-bit types.</li>
+ <li>Saturated division for the signed and unsigned <code>_Accum</code>
+       types.</li>
+      <li>Saturated shift left for all the supported types.</li>
+ <li>Saturated and unsaturated 64-bit multiplications and divisions.</li>
+    </ul>
+  </li>
   <li>The <a href="https://gcc.gnu.org/onlinedocs/gcc/Size-of-an-asm.html";
             >code size</a> of an inline asm construct &mdash; or parts
of it &mdash; can be specified with <code>[[len=<var>spec</var>]]</code>

Reply via email to