Property MaskBitPosSerialRotate64
- Namespace
- Zyl.VectorTraits.Impl
- Assembly
- VectorTraits.dll
MaskBitPosSerialRotate64
Serial bit pos rotate mask (顺序位偏移的旋转掩码). e.g. 1, 2, 4, 8, 0x10, ... 1, 2, 4, 8, 0x10, ...
public static Vector256<long> MaskBitPosSerialRotate64 { get; }
Property Value
Remarks
For 64-bit.
- See Also