ARM floating‐point unit version.

Synopsis

Declared in <llvm/TargetParser/ARMTargetParser.h>

enum class FPUVersion : int;

Members

Name

Description

NONE

No FPU, or an unrecognized FPU kind.

VFPV2

VFPv2.

VFPV3

VFPv3.

VFPV3_FP16

VFPv3 with half‐precision.

VFPV4

VFPv4.

VFPV5

VFPv5.

VFPV5_FULLFP16

VFPv5 with full half‐precision.

Non-Member Functions

Name

Description

getFPUVersion

Return the FPU version for identifier FPUKind.

Created with MrDocs