一呼百應, "one call, a hundred responses"
Loading...
Searching...
No Matches
Concepts
Here is a list of all concepts with brief descriptions:
[detail level 12]
 Nein
 Rtrivially_destructibleType where the destructor does no work, and therefore it is safe to simply discard
 Rone_ofN is one of the candidates
 Rnot_one_ofN is not one of the candidates
 Rsimd_typeRecognizes any valid simd type
 Rhas_storage_type
 Rhas_lifted_operationsDoes this type have operations that semantically correct when lifted to the simd_data_t level?
 Rhas_simd_typeein::simd_data_t<T,N> is defined
 Rhas_builtin_convertvectorCan we convert simd_data_t<U,N> -> simd_data_t<T,N> automatically using gcc vector extensions?
 Rsimd_builtinThis type one of the types that is handed well automatically by clang/gcc vector extensions?
 Rhas_mmaskDo we want to use AVX512's notion of an _mmask8, _mmask16, _mmask32, or _mmask64 for masking operations
 Rone_of_tType T is one of the candidates
 Rnot_one_of_tType T is not one of the candidates
 RwaiterSome way to wait for a value to change