Skip to main content

popcount_neon

Function popcount_neon 

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

Fallback popcount when NEON is unavailable on this architecture.

ยงSafety

This function is marked unsafe for API parity with the NEON variant.