Re: compilers using MMX instructions in the generated code

mlross@jf.intel.com (Michael L. Ross)
12 Jan 2000 03:51:03 -0500

          From comp.compilers

Related articles
compilers using MMX instructions in the generated code ramkik@sasi.com (Ramkishor) (2000-01-06)
Re: compilers using MMX instructions in the generated code bcombee@metrowerks.com (2000-01-09)
Re: compilers using MMX instructions in the generated code jkahrs@castor.atlas.de (Juergen Kahrs) (2000-01-09)
Re: compilers using MMX instructions in the generated code Milind.Girkar@intel.com (Milind Girkar) (2000-01-09)
Re: compilers using MMX instructions in the generated code plakal@cs.wisc.edu (2000-01-09)
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)
| List of all articles for this month |

From: mlross@jf.intel.com (Michael L. Ross)
Newsgroups: comp.compilers
Date: 12 Jan 2000 03:51:03 -0500
Organization: Intel Corporation
References: 00-01-011
Keywords: code, 386, optimize

Yes, Intel's compilers for C/C++ and soon FORTRAN-95, are able to
generate code that uses MMX instructions (which are integer), and SSE
instructions for the Pentium III that are single precision floating
point. The compilers also have the ability to generate code that will
select the correct version of a particular routine (or all routines in
your program) for the processor where the application is being
executed. Intel compilers do not support AMD's 3DNow instructions. You
can order Intel's compilers as a part of VTUNE from many authorized
resellers, such as Programmer's Paradise, or directly from Intel.
    Mike
--
| Michael L. Ross
| michael.l.ross@intel.com
| EY2-03 5350 N.E. Elam Young Pkwy.
| Hillsboro, Or. 97124 Phone: (503)696-3794


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.