Home
last modified time | relevance | path

Searched defs:any_int8 (Results 1 – 5 of 5) sorted by relevance

/dports/devel/libsimdpp/libsimdpp-2.1-400-g9dac213d/simdpp/types/
H A Dany.h82 struct any_int8 : any_vec8<N, V> struct
84 static const unsigned length = N;
85 static const unsigned base_length = SIMDPP_FAST_INT8_SIZE;
86 static const unsigned vec_length = (N + SIMDPP_FAST_INT8_SIZE - 1) / SIMDPP_FAST_INT8_SIZE;
87 using uint_element_type = uint8_t;
88 using int_vector_type = int8<N>;
89 using uint_vector_type = uint8<N>;
90 using mask_vector_type = mask_int8<N>;
92 static const unsigned num_bits = 8;
93 static const uint_element_type all_bits = 0xff;
/dports/devel/libsimdpp/libsimdpp-2.1-400-g9dac213d/simdpp/core/
H A Di_sub.h43 SIMDPP_SCALAR_ARG_IMPL_INT_UNSIGNED(sub, expr_isub, any_int8, int8) in SIMDPP_SCALAR_ARG_IMPL_INT_UNSIGNED() argument
H A Di_add.h44 SIMDPP_SCALAR_ARG_IMPL_INT_UNSIGNED(add, expr_iadd, any_int8, int8) in SIMDPP_SCALAR_ARG_IMPL_INT_UNSIGNED() argument
H A Dcmp_eq.h44 SIMDPP_SCALAR_ARG_IMPL_VEC_EXPR(cmp_eq, mask_int8, any_int8) in SIMDPP_SCALAR_ARG_IMPL_VEC_EXPR() argument
H A Dcmp_neq.h50 SIMDPP_SCALAR_ARG_IMPL_VEC_EXPR(cmp_neq, mask_int8, any_int8) in SIMDPP_SCALAR_ARG_IMPL_VEC_EXPR() argument