Operations providing a scalar value from SIMD vectors
Variables | |
constexpr callable_all_ | eve::all = {} |
Computes a bool value which is true if and only if all elements of x are not zero. More... | |
constexpr callable_any_ | eve::any = {} |
Computes a bool value which is true if and only if any elements of x is not zero. More... | |
constexpr callable_count_true_ | eve::count_true = {} |
Computes the number of non 0 elements. More... | |
constexpr callable_maximum_ | eve::maximum = {} |
Computes the maximal value of an simd vector. More... | |
constexpr callable_minimum_ | eve::minimum = {} |
Computes the maximal value of an simd vector. More... | |
constexpr callable_none_ | eve::none = {} |
Computes a bool value which is true if and only if all elements of x are 0. More... | |