This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Optimizations documentation
- From: Ira Rosen <IRAR at il dot ibm dot com>
- To: Константин <oks-mgn at mail dot ru>
- Cc: gcc at gnu dot org
- Date: Wed, 2 Jan 2008 14:58:15 +0200
- Subject: Re: Optimizations documentation
Hi,
gcc-owner@gcc.gnu.org wrote on 01/01/2008 22:00:11:
> some time ago I listened that GCC supports vectorization,
> but still can't find anything about it, how can I use it in my programs.
Here is the link to the vectorizer's documentation:
http://gcc.gnu.org/projects/tree-ssa/vectorization.html
Ira