vec_unpackl

Purpose

Unpacks the least significant half of a vector into a vector with larger elements.

Syntax

d=vec_unpackl(a)

Result and argument types

The following table describes the types of the returned value and the function arguments.

d a
vector signed short vector signed char
vector signed int vector signed short
vector signed long long vector signed int
vector bool long long vector bool int

Result value

The value of each element of the result is the value of the corresponding element of the least significant half of a.



Voice your opinion on getting help information Ask IBM compiler experts a technical question in the IBM XL compilers forum Reach out to us