Related articles |
---|
DEC Alpha's Conditional Move Instruction (CMOV) dconnors@eehpx30.cen.uiuc.edu (1994-12-02) |
Re: DEC Alpha's Conditional Move Instruction (CMOV) mun@hpax.cup.hp.com (1994-12-05) |
Newsgroups: | comp.compilers |
From: | mun@hpax.cup.hp.com (Richard Man) |
Keywords: | architecture |
Organization: | Hewlett Packard, Cupertino |
References: | 94-12-030 |
Date: | Mon, 5 Dec 1994 19:12:25 GMT |
connors daniel a (dconnors@eehpx30.cen.uiuc.edu) wrote:
: I have access to a DEC Alpha workstation, and was attempting to
: view the use of the CMOV (conditional move instruction) on he SPEC
: benchmarks (Int and Fp). [gcc and cc never generate and CMOVs]
I don't know about gcc and cc, but if you try cc -migrate, that invokes the
GEM C compiler which I know generates CMOVs.
// richard
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.