https://gcc.gnu.org/g:65c09538420ed820a24aac982a0299226b879d91

commit r15-6280-g65c09538420ed820a24aac982a0299226b879d91
Author: Robin Dapp <rd...@ventanamicro.com>
Date:   Thu Dec 12 11:46:32 2024 +0100

    docs: Fix [us]abd pattern name.
    
    The uabd and sabd optab name is missing a 3 suffix (for its three
    arguments).  This patch adds it.
    
    gcc/ChangeLog:
    
            * doc/md.texi: Add "3" suffix.

Diff:
---
 gcc/doc/md.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gcc/doc/md.texi b/gcc/doc/md.texi
index f0b63a144ad2..523ce9bce17e 100644
--- a/gcc/doc/md.texi
+++ b/gcc/doc/md.texi
@@ -6208,8 +6208,8 @@ Other shift and rotate instructions, analogous to the
 Vector shift and rotate instructions that take vectors as operand 2
 instead of a scalar type.
 
-@cindex @code{uabd@var{m}} instruction pattern
-@cindex @code{sabd@var{m}} instruction pattern
+@cindex @code{uabd@var{m}3} instruction pattern
+@cindex @code{sabd@var{m}3} instruction pattern
 @item @samp{uabd@var{m}}, @samp{sabd@var{m}}
 Signed and unsigned absolute difference instructions.  These
 instructions find the difference between operands 1 and 2

Reply via email to