VEC_SPLAT_U8(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 UNSIGNED(1) vector.

Result value

The bit pattern of ARG1 is interpreted as an unsigned value. Each element of the result is given this value.