Skip to main content

pack_sve

Function pack_sve 

Source
pub unsafe fn pack_sve(bits: &[u8]) -> Vec<u64>
Expand description

Pack u8 bit array into u64 words (portable fallback).

ยงSafety

No hardware requirements in fallback mode.