Target.isVectorTypeSupported

Checks whether the target supports a vector type.

struct Target
extern (C++)
int
isVectorTypeSupported
(
int sz
,)

Parameters

sz int

vector type size in bytes

type Type

vector element type

Return Value

Type: int

0 vector type is supported, 1 vector type is not supported on the target at all 2 vector element type is not supported 3 vector size is not supported

Suggestion Box / Bug Report