This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [wwwdocs] [patch] vectorizer webpage update
- From: Dorit Naishlos <DORIT at il dot ibm dot com>
- To: Gerald Pfeifer <gerald at pfeifer dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Sun, 14 Aug 2005 16:19:48 +0300
- Subject: 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