Everything

build.Common.UseDPFPU


This property is for setting or referring to whether to use double-precision floating-point operation instructions. It is an assembly option for the active project. [CC-RX]

[Specification format]

build.Common.UseDPFPU = bool

[Setting(s)]

Setting

Description

bool

Set whether to use double-precision floating-point operation instructions.

True: Outputs an object that uses double-precision floating-point operation instructions.

False: Does not output an object that uses double-precision floating-point operation instructions.

[Reference]

Use double-precision floating-point operation instructions: True

Does not use double-precision floating-point operation instructions: False

[Detailed description]

-

This property is for setting or referring to whether to use double-precision floating-point operation instructions. It is an assembly option for the active project.

[Example of use]

>>>build.Common.UseDPFPU = True
>>>print build.Common.UseDPFPU
True
>>>