Related articles |
---|
Compiler support for Intel-MMX? kyoung@newton.ruph.cornell.edu (1998-04-15) |
Re: Compiler support for Intel-MMX? fpeelo@portablesolutions.com (Frank Peelo) (1998-04-18) |
Re: Compiler support for Intel-MMX? Gorup@wwa-fs.bayern.de (Andreas v. Gorup) (1998-04-18) |
Re: Compiler support for Intel-MMX? mtiomkin@iil.intel.com (Michael Tiomkin) (1998-04-21) |
Compiler support for MMX instructions jacob@jacob.remcomp.fr (1998-04-29) |
Re: Compiler support for Intel-MMX? ba2395@fen.baynet.de (Florian Klaempfl) (1998-04-29) |
Re: Compiler support for Intel-MMX? (fwd) reid@micro.ti.com (Reid Tatge) (1998-05-04) |
[3 later articles] |
From: | kyoung@newton.ruph.cornell.edu (Yong-Ke YOUNG Kenneth) |
Newsgroups: | comp.compilers |
Date: | 15 Apr 1998 23:33:40 -0400 |
Organization: | Cornell University |
Keywords: | arithmetic, optimize, question |
Is there compiler that supports dissembling into MMX instructions?
More precisely, if I have e.g. a vector dot product that I think will
reap significant benefit if I utilize the MMX instruction set, do I
have to code by hand or is there a compiler who will do it for me?
ky
[The MMX looks to me like a pretty unpleasant compiler target. I believe
that most of the support you'll find is in routines written in assembler.
-John]
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.