Level of Neon (Advanced SIMD) support implied by an FPU name.

Synopsis

Declared in <llvm/TargetParser/ARMTargetParser.h>

enum class NeonSupportLevel : int;

Members

Name

Description

None

No Neon.

Neon

Neon.

Crypto

Neon with Crypto.

Non-Member Functions

Name

Description

getFPUNeonSupportLevel

Return the Neon support level for identifier FPUKind.

Created with MrDocs