https://gcc.gnu.org/g:25464e795eb35f859bdb353c806e93e6ae924ff0

commit r15-7198-g25464e795eb35f859bdb353c806e93e6ae924ff0
Author: Andrew Carlotti <andrew.carlo...@arm.com>
Date:   Fri Jan 10 19:22:20 2025 +0000

    docs: Add +wfxt and +xs to armv9.2-a
    
    I missed that the documentation doesn't include armv8.7-a
    within armv9.2-a.
    
    gcc/ChangeLog:
    
            * doc/invoke.texi: Add +wfxt and +xs to armv9.2-a

Diff:
---
 gcc/doc/invoke.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 819a68439342..c8721064f91e 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -21669,7 +21669,7 @@ and the features that they enable by default:
 @item @samp{armv8.9-a} @tab Armv8.9-a @tab @samp{armv8.8-a}
 @item @samp{armv9-a} @tab Armv9-A @tab @samp{armv8.5-a}, @samp{+sve}, 
@samp{+sve2}
 @item @samp{armv9.1-a} @tab Armv9.1-A @tab @samp{armv9-a}, @samp{+bf16}, 
@samp{+i8mm}
-@item @samp{armv9.2-a} @tab Armv9.2-A @tab @samp{armv9.1-a}
+@item @samp{armv9.2-a} @tab Armv9.2-A @tab @samp{armv9.1-a}, @samp{+wfxt}, 
@samp{+xs}
 @item @samp{armv9.3-a} @tab Armv9.3-A @tab @samp{armv9.2-a}, @samp{+mops}
 @item @samp{armv9.4-a} @tab Armv9.4-A @tab @samp{armv9.3-a}
 @item @samp{armv9.5-a} @tab Armv9.4-A @tab @samp{armv9.4-a}, @samp{+faminmax}, 
@samp{+lut}

Reply via email to