public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [wwwdocs][patch] Document NEON default vector size change
@ 2011-04-05 11:58 Ira Rosen
  2011-04-05 12:07 ` Gerald Pfeifer
  0 siblings, 1 reply; 2+ messages in thread
From: Ira Rosen @ 2011-04-05 11:58 UTC (permalink / raw)
  To: gcc-patches; +Cc: Patch Tracking

Hi,

As pointed out here
http://gcc.gnu.org/ml/gcc-patches/2011-03/msg02183.html the change of
the default vector size has to be documented in changes.html:

     * htdocs/gcc-4.7/changes.html (targets): Document ARM NEON default
     vector size change.

Index: htdocs/gcc-4.7/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.7/changes.html,v
retrieving revision 1.6
diff -r1.6 changes.html
82a83,89
> <h3 id="arm">ARM</h3>
>     <ul>
>     <li>The default vector size in auto-vectorization for NEON is now 128 bits.
>       If for some reason vectorization fails, the vectorizer tries again with
>       64 bit vectors.</li>
>   </ul>
>

OK (once the change itself is committed)?

Thanks,
Ira

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [wwwdocs][patch] Document NEON default vector size change
  2011-04-05 11:58 [wwwdocs][patch] Document NEON default vector size change Ira Rosen
@ 2011-04-05 12:07 ` Gerald Pfeifer
  0 siblings, 0 replies; 2+ messages in thread
From: Gerald Pfeifer @ 2011-04-05 12:07 UTC (permalink / raw)
  To: Ira Rosen; +Cc: gcc-patches, Patch Tracking

On Tue, 5 Apr 2011, Ira Rosen wrote:
>>     <li>The default vector size in auto-vectorization for NEON is now 128 bits.
>>       If for some reason vectorization fails, the vectorizer tries again with
>>       64 bit vectors.</li>

64-bit according to http://gcc.gnu.org/codingconventions.html.

And perhaps omit "for some reason" and add "thusly", as in "If 
vectorization fails thusly"?

> OK (once the change itself is committed)?

Sure thing!

Gerald

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-04-05 12:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-04-05 11:58 [wwwdocs][patch] Document NEON default vector size change Ira Rosen
2011-04-05 12:07 ` Gerald Pfeifer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).