Method GetMaskBitPosSpan
- Namespace
- Zyl.VectorTraits
- Assembly
- VectorTraits.dll
GetMaskBitPosSpan()
Get bit pos mask span (获取位偏移掩码的跨度). Tip: You can use As<TFrom, TTo>(ref TFrom) convert its item to Vector512<T> type (提示: 可以用 As<TFrom, TTo>(ref TFrom) 将其中条目转为 Vector512<T> 类型).
public static ReadOnlySpan<Vector512<byte>> GetMaskBitPosSpan()
Returns
- ReadOnlySpan<Vector512<byte>>
Returns bit pos mask span (返回位偏移掩码的跨度).