compilers using MMX instructions in the generated code

Ramkishor <ramkik@sasi.com>
6 Jan 2000 16:45:09 -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)
[7 later articles]
| List of all articles for this month |

From: Ramkishor <ramkik@sasi.com>
Newsgroups: comp.compilers
Date: 6 Jan 2000 16:45:09 -0500
Organization: Deja.com - Before you buy.
Keywords: code, 386, comment

Hai,
      Are there any compilers, which can use MMX instructions(Any SIMD
instructions like 3DNow from AMD or VIS from SUN etc.) in the code
generated by them?


Thanks in advance,
regards,
ramkishor


--
Ramkishor, Korada
Multimedia Codecs Group, Silicon Automation Systems,
Bangalore, India
www.geocities.com/CollegePark/Campus/1065/
[My impression is that those special purpose instructions are either stuck
in assembler language libraries or generated via machine specific macros.
It's hard to generate good code for complex instructions -- that's one of
the reasons that computer architecture moved from CISC to RISC. -John]


Post a followup to this message

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