1 2 3 4 5 6 7
#include <altivec.h> int main() { vector unsigned char a,b; b = (vector unsigned char)a; return 0; }