一呼百應, "one call, a hundred responses"
Loading...
Searching...
No Matches
ein::has_mmask Concept Reference

Do we want to use AVX512's notion of an _mmask8, _mmask16, _mmask32, or _mmask64 for masking operations. More...

#include <simd_data.hpp>

Concept definition

template<typename T, size_t N>
concept ein::has_mmask = ((has_simd_type<T,N>) && (N >= 8))
Do we want to use AVX512's notion of an _mmask8, _mmask16, _mmask32, or _mmask64 for masking operatio...
ein::simd_data_t<T,N> is defined
Definition simd_data.hpp:86

Detailed Description

Do we want to use AVX512's notion of an _mmask8, _mmask16, _mmask32, or _mmask64 for masking operations.

Definition at line 194 of file simd_data.hpp.