Skip to main content

hamming_distance_sve

Function hamming_distance_sve 

Source
pub unsafe fn hamming_distance_sve(a: &[u64], b: &[u64]) -> u64
Expand description

Hamming distance between two packed bitstream slices.

ยงSafety

No hardware requirements (portable implementation).