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 9e55d3a4d3db8659d9e6cb11d0dc85627c29d46f (commit)
from 45a6aa4e9402ebe576660e627b98699b7bfbfd55 (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 9e55d3a4d3db8659d9e6cb11d0dc85627c29d46f
Author: Richard Sandiford <[email protected]>
Date: Fri Apr 25 11:03:02 2025 +0100
Tweak AArch64 FEAT_SSVE_* entries
Add "in Streaming SVE mode", to reduce ambiguity with the
preceding entries.
diff --git a/htdocs/gcc-15/changes.html b/htdocs/gcc-15/changes.html
index a71249ff..3cec4ff4 100644
--- a/htdocs/gcc-15/changes.html
+++ b/htdocs/gcc-15/changes.html
@@ -847,17 +847,20 @@ asm (".text; %cc0: mov %cc2, %%r0; .previous;"
instructions (predefined macro <code>__ARM_FEATURE_FP8FMA</code>,
enabled by <code>+fp8fma</code>)
</li>
- <li>SVE FP8 2-way dot product to half precision instructions
- (predefined macro <code>__ARM_FEATURE_SSVE_FP8DOT2</code>,
- enabled by <code>+ssve-fp8dot2</code>)
+ <li>SVE FP8 2-way dot product to half precision instructions in
+ Streaming SVE mode (predefined macro
+ <code>__ARM_FEATURE_SSVE_FP8DOT2</code>, enabled by
+ <code>+ssve-fp8dot2</code>)
</li>
- <li>SVE FP8 4-way dot product to single precision instructions
- (predefined macro <code>__ARM_FEATURE_SSVE_FP8DOT4</code>,
- enabled by <code>+ssve-fp8dot4</code>)
+ <li>SVE FP8 4-way dot product to single precision instructions in
+ Streaming SVE mode (predefined macro
+ <code>__ARM_FEATURE_SSVE_FP8DOT4</code>, enabled by
+ <code>+ssve-fp8dot4</code>)
</li>
<li>SVE FP8 multiply-accumulate to half precision and single precision
- instructions (predefined macro <code>__ARM_FEATURE_SSVE_FP8FMA</code>,
- enabled by <code>+ssve-fp8fma</code>)
+ instructions in Streaming SVE mode (predefined macro
+ <code>__ARM_FEATURE_SSVE_FP8FMA</code>, enabled by
+ <code>+ssve-fp8fma</code>)
</li>
<li>SVE2.1 instructions (predefined macro
<code>__ARM_FEATURE_SVE2p1</code>, enabled by <code>+sve2p1</code>)
-----------------------------------------------------------------------
Summary of changes:
htdocs/gcc-15/changes.html | 19 +++++++++++--------
1 file changed, 11 insertions(+), 8 deletions(-)
hooks/post-receive
--
gcc-wwwdocs