Delegate ArgwhereCountKernel
IL-emitted SIMD popcount: returns the count of non-zero elements in a
contiguous T-typed buffer. size is in elements
(not bytes).
public delegate long ArgwhereCountKernel(byte* src, long size)
Parameters
srcbyte*- IL-emitted SIMD popcount: returns the count of non-zero elements in a contiguous T-typed buffer. size is in elements (not bytes).
sizelong- IL-emitted SIMD popcount: returns the count of non-zero elements in a contiguous T-typed buffer. size is in elements (not bytes).
Returns
- long
- IL-emitted SIMD popcount: returns the count of non-zero elements in a contiguous T-typed buffer. size is in elements (not bytes).
- Extension Methods