]> git.ipfire.org Git - thirdparty/gcc.git/commit
doc: Fix some standard named pattern documentation modes
authorAndrew Pinski <quic_apinski@quicinc.com>
Wed, 14 Feb 2024 22:01:11 +0000 (14:01 -0800)
committerAndrew Pinski <quic_apinski@quicinc.com>
Thu, 15 Feb 2024 12:45:05 +0000 (04:45 -0800)
commit594829ba87f7bb8b130f7dce3a810956d12ab48f
tree8c87daac3f7b76d6238743534edfb77291647dab
parentab5fb0f99313a7d1204a82c5aeb6748d98c7fb0f
doc: Fix some standard named pattern documentation modes

Currently these use `@var{m3}` but the 3 here is a literal 3
and not part of the mode itself so it should not be inside
the var. Fixed as such.

Built the documentation to make sure it looks correct now.

gcc/ChangeLog:

* doc/md.texi (widen_ssum, widen_usum, smulhs, umulhs,
smulhrs, umulhrs, sdiv_pow2): Move the 3 outside of the
var.

Signed-off-by: Andrew Pinski <quic_apinski@quicinc.com>
gcc/doc/md.texi