Target.checkVectorType

Checks whether the target supports a vector type with total size sz (in bytes) and element type type.

struct Target
extern (C++) static
int
checkVectorType
()

Return Value

Type: int

0 if the type is supported, or else: 1 if vector types are not supported on the target at all, 2 if the given size isn't, or 3 if the element type isn't.

Meta