__vec_strmb
Purpose
Stores a right-justified string of bytes.
Note: This built-in function
is valid only when the following conditions are met:
- The
-maltivecoption is specified. - The
altivec.hfile is included.
Prototype
void __vec_strmb (char *ptr, size_t cnt, vector unsigned char data);
Parameters
- ptr
- Points to a base address.
- cnt
- The number of bytes to store. The value of cnt must be in the range 1 - 16 and must be a compile-time known constant.