This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gcc-wwwdocs".
The branch, master has been updated
via 1b02ad5005083bd1722680c688e0e7a912d09465 (commit)
from cd15c4aa357c701d3fa9f8f6c0bb691e745e79cd (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 1b02ad5005083bd1722680c688e0e7a912d09465
Author: Thomas Koenig <[email protected]>
Date: Mon Sep 22 08:40:27 2025 +0200
Mention -fexternal-blas64 in Fortran changes.
diff --git a/htdocs/gcc-16/changes.html b/htdocs/gcc-16/changes.html
index d21eac62..a4b31816 100644
--- a/htdocs/gcc-16/changes.html
+++ b/htdocs/gcc-16/changes.html
@@ -123,6 +123,11 @@ for general information.</p>
<li>Fortran 2023: The <code>split</code> intrinsic subroutine is now
supported and <code>c_f_pointer</code> now accepts an optional
lower bound as a argument.</li>
+ <li>The <code>-fexternal-blas64</code> option has been added to call
+ external BLAS routines with 64-bit integer arguments for
+ <code>MATMUL</code>. This option is only valid for
+ 64-bit systems and when <code>-ffrontend-optimize</code> is
+ in effect.</li>
</ul>
<!-- <h3 id="go">Go</h3> -->
-----------------------------------------------------------------------
Summary of changes:
htdocs/gcc-16/changes.html | 5 +++++
1 file changed, 5 insertions(+)
hooks/post-receive
--
gcc-wwwdocs