VEC_SPLAT_S8(ARG1)

Purpose

Returns a vector with all elements equal to the given value.

Class

Elemental function

Argument type and attributes

ARG1
An INTENT(IN) integer. Its value must be specified by an initialization expression whose value is between -16 and 15 inclusive.

Result type and attributes

The result is an INTEGER(1) vector.

Result value

Each element of the result has the value of ARG1.