vec_revb

Purpose

Returns a vector that contains the bytes of the corresponding element of the argument in the reverse byte order.

Syntax

d=vec_revb(a)

Result and argument types

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

d a
The same type as argument a vector signed char
vector unsigned char
vector signed short
vector unsigned short
vector signed int
vector unsigned int
vector signed long long
vector unsigned long long
vector float
vector double

Result value

Each element of the result contains the bytes of the corresponding element of a in the reverse byte order.



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