This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: SSE min/max take2 - documentation


On Sun, Feb 25, 2001 at 02:12:43AM +0100, Jan Hubicka wrote:
> *** md.texi.old	Sun Feb 25 02:16:09 2001
> --- md.texi	Sun Feb 25 02:17:13 2001
> *************** means of constraints requiring operands 
> *** 2087,2092 ****
> --- 2087,2097 ----
>   @itemx @samp{smin@var{m}3}, @samp{smax@var{m}3}, @samp{umin@var{m}3}, @samp{umax@var{m}3}
>   @itemx @samp{and@var{m}3}, @samp{ior@var{m}3}, @samp{xor@var{m}3}
>   Similar, for other arithmetic operations.
> + @cindex @code{min@var{m}3} instruction pattern
> + @cindex @code{max@var{m}3} instruction pattern
> + @itemx @samp{min@var{m}3}, @samp{max@var{m}3}, @samp{min@var{m}3}, @samp{max@var{m}3}

Shouldn't the preceding line be the following?

@item @samp{min@var{m}3}, @samp{max@var{m}3}

Matt


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]