pub fn cordiv_packed( num_packed: &[u64], den_packed: &[u64], length: usize, ) -> Vec<u64>
Compute SC division on packed u64 bitstreams (bit-serial). Each u64 word contains 64 sequential bits.