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

Function npyv_loadn_tillz_s64

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

fill zero to rest lanes

Source from the content-addressed store, hash-verified

340}
341// fill zero to rest lanes
342NPY_FINLINE npyv_s64 npyv_loadn_tillz_s64(const npy_int64 *ptr, npy_intp stride, npy_uintp nlane)
343{ return npyv_loadn_till_s64(ptr, stride, nlane, 0); }
344
345//// 64-bit load over 32-bit stride
346NPY_FINLINE npyv_s32 npyv_loadn2_till_s32(const npy_int32 *ptr, npy_intp stride, npy_uintp nlane,

Callers

nothing calls this directly

Calls 1

npyv_loadn_till_s64Function · 0.70

Tested by

no test coverage detected