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

Function npyv_load2_tillz_s32

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

fill zero to rest lanes

Source from the content-addressed store, hash-verified

289}
290// fill zero to rest lanes
291NPY_FINLINE npyv_s32 npyv_load2_tillz_s32(const npy_int32 *ptr, npy_uintp nlane)
292{ return (npyv_s32)npyv_load_tillz_s64((const npy_int64*)ptr, nlane); }
293
294//// 128-bit nlane
295NPY_FINLINE npyv_s64 npyv_load2_till_s64(const npy_int64 *ptr, npy_uintp nlane,

Callers

nothing calls this directly

Calls 1

npyv_load_tillz_s64Function · 0.70

Tested by

no test coverage detected