This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Intel C++ vs. gcc: New Numbers for New Versions
On Fri, Dec 06, 2002 at 07:15:57AM -0500, Diego Novillo wrote:
> On Fri, 06 Dec 2002, Biagio Lucini wrote:
>
> > I had a chance to look at Intel's implementation of OpenMP on a Itanium
> > system and I was not really impressed.
You can also have a look at http://open64.sf.net who implements OpenMP.
>From ./osprey1.0/be/be/omp_lower.cxx
Description:
Functions for transforming WHIRL trees based on OpenMP pragmas.
> It's in my long term TODO list. But I have neither a detailed
> plan nor an idea of when I'll get started.
>
Maybe it's worth to have a look at how SGI implemented it.
Sebastian