Return true if restriction allows double‐precision floating‐point.

Synopsis

Declared in <llvm/TargetParser/ARMTargetParser.h>

bool
isDoublePrecision(FPURestriction const restriction);

Return Value

True unless restriction is FPURestriction::SP_D16.

Parameters

Name

Description

restriction

FPU restriction to query.

Created with MrDocs