batch_bool¶
-
template<class T, class A = default_arch>
class batch_bool : public types::get_bool_simd_register_t<T, default_arch>¶ batch of predicate over scalar or complex values.
Abstract representation of a predicate over SIMD register for scalar or complex values.
- tparam T
the type of the predicated values.
- tparam A
the architecture this batch is tied too.