pub unsafe fn popcount_neon(data: &[u64]) -> u64
Fallback popcount when NEON is unavailable on this architecture.
This function is marked unsafe for API parity with the NEON variant.