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]
Other format: [Raw text]

Re: [wwwdocs] [patch] vectorizer webpage update





Gerald Pfeifer <gerald@pfeifer.com> wrote on 12/08/2005 23:06:16:
> On Thu, 11 Aug 2005, Dorit Naishlos wrote:
> > ok to commit?
>
> Yes, thanks.
>
> For future changes, how about you posting them here and committing them
> right away, and if I spot anything, I'll let you know?
>

sounds good.

fixed the comments below, and committed.

thanks,

dorit

> Index: vectorization.html
> ===================================================================
> +    <li>Vectorization of reduction has been introduced. Currently
supporting summation,
> +      and minimum/maximum computation.</li>
>
> "...and currently supports..."?
>
> +    <li>The mechanism of peeling a loop to force the alignment of data
> accesses has been
> +      improved; We now generate better code when the misalignment of an
> access is known at
>
> Full stop, since you're using "We" (uppercase), I think.
>
> Good stuff, keep up this good work!
>
> Gerald


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