Searched refs:byte_vec_t (Results 1 – 2 of 2) sorted by relevance
63 typedef unsigned int __attribute__((mode(QI), vector_size(VEC_SIZE))) byte_vec_t; typedef
74 static inline bool _to_bool(byte_vec_t bv) in _to_bool()84 # define to_bool(cmp) _to_bool((byte_vec_t)(cmp))
Completed in 9 milliseconds