Table of Contents

Property MaskBitPosSerialRotate32

Namespace
Zyl.VectorTraits.Impl
Assembly
VectorTraits.dll

MaskBitPosSerialRotate32

Serial bit pos rotate mask (顺序位偏移的旋转掩码). e.g. 1, 2, 4, 8, 0x10, ... 1, 2, 4, 8, 0x10, ...

public static Vector512<int> MaskBitPosSerialRotate32 { get; }

Property Value

Vector512<int>

Remarks

For 32-bit.

See Also