VEC_XOR(ARG1, ARG2)

Purpose

Performs a bitwise XOR of the given vectors.

Class

Elemental function

Argument type and attributes

ARG1
An INTENT(IN) integer vector, real vector, or unsigned vector.
ARG2
An INTENT(IN) vector of the same type as ARG1.

Result type and attributes

The result is of the same type as ARG1.

Result value

The result is the bitwise XOR of ARG1 and ARG2.

End of IBM Extension