Delegate ArgwhereFlatKernel
IL-emitted SIMD bit-scan: writes flat element indices of non-zero T
positions into outBuf (caller must pre-size via
ArgwhereCountKernel). Returns the number written.
public delegate long ArgwhereFlatKernel(byte* src, long size, long* outBuf)
Parameters
srcbyte*- IL-emitted SIMD bit-scan: writes flat element indices of non-zero T positions into outBuf (caller must pre-size via ). Returns the number written.
sizelong- IL-emitted SIMD bit-scan: writes flat element indices of non-zero T positions into outBuf (caller must pre-size via ). Returns the number written.
outBuflong*- IL-emitted SIMD bit-scan: writes flat element indices of non-zero T positions into outBuf (caller must pre-size via ). Returns the number written.
Returns
- long
- IL-emitted SIMD bit-scan: writes flat element indices of non-zero T positions into outBuf (caller must pre-size via ). Returns the number written.
- Extension Methods