MCore dialog box

Processor (drop-down list)

Generates code for the selected processor's instruction set.

Floating point processor (drop-down list)

Default

Generates code using the floating point capabilities of the selected processor.

None

Rejects any use of floating point variables or constants in C, C++, or Pascal. Equivalent to the -fnone build-time option.

Software

Generates software floating point emulation code, regardless of the capabilities of the selected processor. Libraries built for software will also be used. Equivalent to the -fsoft build-time option.

Single Precision Hardware

Causes the compiler to use hardware instructions to do some single-precision floating point operations for the CPU types that support it.


Previous

Next



Copyright © 1999, Green Hills Software. All rights reserved.