Related articles |
---|
[5 earlier articles] |
Re: compilers using MMX instructions in the generated code lindahl@pbm.com (2000-01-12) |
Re: compilers using MMX instructions in the generated code olefevre@my-deja.com (2000-01-12) |
Re: compilers using MMX instructions in the generated code mlross@jf.intel.com (2000-01-12) |
Re: compilers using MMX instructions in the generated code andi@complang.tuwien.ac.at (2000-01-15) |
Re: compilers using MMX instructions in the generated code bcombee@metrowerks.com (2000-01-19) |
Re: compilers using MMX instructions in the generated code lindahl@pbm.com (2000-01-19) |
Re: compilers using MMX instructions in the generated code a.richards@computer.org (Andrew Richards) (2000-01-23) |
Re: compilers using MMX instructions in the generated code pica67@my-deja.com (Carsten Pitz) (2000-01-25) |
Re: compilers using MMX instructions in the generated code andrew@bhjz.demon.co.uk (Andrew Richards) (2000-02-04) |
From: | Andrew Richards <a.richards@computer.org> |
Newsgroups: | comp.compilers |
Date: | 23 Jan 2000 10:13:27 -0500 |
Organization: | Compilers Central |
References: | 00-01-011 |
Keywords: | architecture, code |
Hi Ramkishor,
I am working on a C compiler that generates code for MMX and 3D Now!
and Pentium III instructions that will be available for beta testing,
soon. I have used both the Metrowerks (for MMX and 3DNow!) and Intel
(for MMX and SSE) compilers, but found that they both will vectorize
only very simple cases, like the example shown. The compiler that I am
working on will work with much more compilicated code like 3D matrix
transformations and projection.
Anyone interested in this compiler can e-mail me at a.richards@computer.org
The compiler is not currently for sale.
Andrew Richards
Return to the
comp.compilers page.
Search the
comp.compilers archives again.