Searched refs:uint8_vec_t (Results 1 – 1 of 1) sorted by relevance
12 typedef uint8_t uint8_vec_t __attribute__((vector_size(N / 64))); typedef146 uint8_vec_t xx = {1, 2, 3, 4}; in test_cast()147 uint8_vec_t yy = {2, 5, 4, 6}; in test_cast()