Tags / Equivalents

vec_xst() on IBM-Z 64-bit - IBM-Z

Stores the elements of the 16-byte vector a to the effective address that is obtained by adding the displacement b in the address c. Note: It is preferred that you use pointers and the indirection operator * instead of this function to store vectors. vec_xst_be is available on the XL C/C++ compilers for some other platforms. You can define the following macro to migrate programs from other platforms to the z/OS XL C/C++ compiler. #define vec_xst_be(a, b) vec_xst(a,b). Minimum Arch: Z11.

 IBM-Z 64-bit
 
Some data for your search? Something else? whatever.