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

Function npyv_loadn_s32

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

Source from the content-addressed store, hash-verified

118 );
119}
120NPY_FINLINE npyv_s32 npyv_loadn_s32(const npy_int32 *ptr, npy_intp stride)
121{ return (npyv_s32)npyv_loadn_u32((const npy_uint32*)ptr, stride); }
122#if NPY_SIMD_F32
123NPY_FINLINE npyv_f32 npyv_loadn_f32(const float *ptr, npy_intp stride)
124{ return (npyv_f32)npyv_loadn_u32((const npy_uint32*)ptr, stride); }

Callers 1

npyv_loadn_till_s32Function · 0.70

Calls 1

npyv_loadn_u32Function · 0.70

Tested by

no test coverage detected