# Packages

No description provided by the author

# Functions

Get4uint32DeltaScalar will decode 4 uint32 values from in into out and reconstruct the original values via differential coding.
Get4uint32Scalar will decode 4 uint32 values from in into out using the Stream VByte format.
Get8uint32 is a general func you can use to decode 8 uint32's at a time.
Get8uint32Delta is a general func you can use to decode 8 differentially coded uint32's at a time.
Get8uint32DeltaFast binds to get8uint32DeltaFast which is implemented in assembly.
Get8uint32DeltaFastAsm works similarly to get8uint32Fast with the exception that prior to writing the uncompressed integers out to the output slice, the original values are reconstructed from the diffs.
Get8uint32DeltaScalar will decode 8 uint32 values from in into out and reconstruct the original values via differential coding.
Get8uint32Fast binds to get8uint32Fast which is implemented in assembly.
Get8uint32FastAsm uses the provided 16-bit control to load the appropriate decoding shuffle masks and performs a shuffle operation on the provided input bytes.
Get8uint32Scalar will decode 8 uint32 values from in into out using the Stream VByte format.
GetMode performs a check to see if the current ISA supports the below decoding funcs.
GetUint32DeltaScalar decodes up to 4 integers from in into out using the Stream VByte format.
GetUint32Scalar decodes up to 4 integers from in into out using the Stream VByte format.

# Type aliases

No description provided by the author
No description provided by the author