From: Jan Beulich Date: Wed, 24 Jun 2026 06:55:58 +0000 (+0200) Subject: doc/ifn.texi: don't have whitespace after @code X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af34223a3da91b290784d2dd502a4de4df78d07f;p=thirdparty%2Fgcc.git doc/ifn.texi: don't have whitespace after @code Older makeinfo fails on such. gcc/ * doc/ifn.texi: Drop blanks after @code. --- diff --git a/gcc/doc/ifn.texi b/gcc/doc/ifn.texi index 9a2c60a5768..7cfc80eecf2 100644 --- a/gcc/doc/ifn.texi +++ b/gcc/doc/ifn.texi @@ -754,7 +754,7 @@ The @code{IFN_VEC_WIDEN_PLUS} set of internal functions directly map to the @code{vec_widen_sadd} and @code{vec_widen_uadd} instruction patterns, depending on the sign of the first argument. The @code{IFN_VEC_WIDEN_PLUS_LO} and @code{IFN_VEC_WIDEN_PLUS_HI} work on the low and high parts of a vector, -the @code{IFN_VEC_WIDEN_PLUS_EVEN} and @code {IFN_VEC_WIDEN_PLUS_ODD} +the @code{IFN_VEC_WIDEN_PLUS_EVEN} and @code{IFN_VEC_WIDEN_PLUS_ODD} functions work on the even and odd elements of a vector. @cindex @code{IFN_VEC_WIDEN_MINUS} internal function @@ -767,7 +767,7 @@ The @code{IFN_VEC_WIDEN_MINUS} set of internal functions directly map to the @code{vec_widen_ssub} and @code{vec_widen_usub} instruction patterns, depending on the sign of the first argument. The @code{IFN_VEC_WIDEN_MINUS_LO} and @code{IFN_VEC_WIDEN_MINUS_HI} work on the low and high parts of a vector, -the @code{IFN_VEC_WIDEN_MINUS_EVEN} and @code {IFN_VEC_WIDEN_MINUS_ODD} +the @code{IFN_VEC_WIDEN_MINUS_EVEN} and @code{IFN_VEC_WIDEN_MINUS_ODD} functions work on the even and odd elements of a vector. @cindex @code{IFN_VEC_WIDEN_ABD} internal function @@ -780,7 +780,7 @@ The @code{IFN_VEC_WIDEN_ABD} set of internal functions directly map to the @code{vec_widen_sabd} and @code{vec_widen_uabd} instruction patterns, depending on the sign of the first argument. The @code{IFN_VEC_WIDEN_ABD_LO} and @code{IFN_VEC_WIDEN_ABD_HI} work on the low and high parts of a vector, -the @code{IFN_VEC_WIDEN_ABD_EVEN} and @code {IFN_VEC_WIDEN_ABD_ODD} functions +the @code{IFN_VEC_WIDEN_ABD_EVEN} and @code{IFN_VEC_WIDEN_ABD_ODD} functions work on the even and odd elements of a vector. @end table