Skip to main content

popcount_sve

Function popcount_sve 

Source
pub unsafe fn popcount_sve(data: &[u64]) -> u64
Expand description

Count set bits (portable fallback).

ยงSafety

No hardware requirements in fallback mode.