MCPcopy Create free account
hub / github.com/numpy/numpy / npyv_loadn_tillz_s32

Function npyv_loadn_tillz_s32

numpy/core/src/common/simd/vec/memory.h:328–330  ·  view source on GitHub ↗

fill zero to rest lanes

Source from the content-addressed store, hash-verified

326}
327// fill zero to rest lanes
328NPY_FINLINE npyv_s32
329npyv_loadn_tillz_s32(const npy_int32 *ptr, npy_intp stride, npy_uintp nlane)
330{ return npyv_loadn_till_s32(ptr, stride, nlane, 0); }
331//// 64
332NPY_FINLINE npyv_s64
333npyv_loadn_till_s64(const npy_int64 *ptr, npy_intp stride, npy_uintp nlane, npy_int64 fill)

Callers

nothing calls this directly

Calls 1

npyv_loadn_till_s32Function · 0.70

Tested by

no test coverage detected