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

Function npyv_loadn2_s32

numpy/core/src/common/simd/sse/memory.h:117–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115NPY_FINLINE npyv_u32 npyv_loadn2_u32(const npy_uint32 *ptr, npy_intp stride)
116{ return _mm_castps_si128(npyv_loadn2_f32((const float*)ptr, stride)); }
117NPY_FINLINE npyv_s32 npyv_loadn2_s32(const npy_int32 *ptr, npy_intp stride)
118{ return _mm_castps_si128(npyv_loadn2_f32((const float*)ptr, stride)); }
119
120//// 128-bit load over 64-bit stride
121NPY_FINLINE npyv_f64 npyv_loadn2_f64(const double *ptr, npy_intp stride)

Callers 2

npyv_loadn2_till_s32Function · 0.70
npyv_loadn2_tillz_s32Function · 0.70

Calls 1

npyv_loadn2_f32Function · 0.70

Tested by

no test coverage detected