Hi,
the uabd and sabd optab names in the docs are missing a 3 suffix (for
their three arguments). This patch adds it.
Should be obvious enough so going push it in some days unless there
are complaints.
Regards
Robin
gcc/ChangeLog:
* doc/md.texi: Add "3" suffix.
---
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 f0b63a144ad..523ce9bce17 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
--
2.47.1