Hi,

I'm mentioning a change I made in the gcc-15/changes.html file.  Validated with
the W3 Validator.  Is this ok to be pushed?

Cheers,
Filip Kastl


-- 8< --


---
 htdocs/gcc-15/changes.html | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/htdocs/gcc-15/changes.html b/htdocs/gcc-15/changes.html
index 853fad03..e8ff31da 100644
--- a/htdocs/gcc-15/changes.html
+++ b/htdocs/gcc-15/changes.html
@@ -584,6 +584,12 @@ asm (".text; %cc0: mov %cc2, %%r0; .previous;"
       <code>-mavx512pf</code>, <code>-mprefetchwt1</code>,
       <code>-mtune=knl</code>, and <code>-mtune=knm</code> compiler switches.
   </li>
+  <li>GCC now supports generating vectorized math calls to the math library
+    from AMD Optimizing CPU Libraries (AOCL LibM). This option is available
+    through the <code>-mveclibabi=aocl</code> compiler switch. GCC continues to
+    support generating calls to AMD Core Math Library (ACML). However, that
+    library is end-of-life and AOCL offers many more vectorized functions.
+  </li>
 </ul>
 
 <!-- <h3 id="mips">MIPS</h3> -->
-- 
2.47.1

Reply via email to