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

Function npyv_storen2_s32

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

Source from the content-addressed store, hash-verified

164 _mm_storeh_pd((double*)(ptr + stride), _mm_castsi128_pd(a));
165}
166NPY_FINLINE void npyv_storen2_s32(npy_int32 *ptr, npy_intp stride, npyv_s32 a)
167{ npyv_storen2_u32((npy_uint32*)ptr, stride, a); }
168NPY_FINLINE void npyv_storen2_f32(float *ptr, npy_intp stride, npyv_f32 a)
169{ npyv_storen2_u32((npy_uint32*)ptr, stride, _mm_castps_si128(a)); }
170

Callers

nothing calls this directly

Calls 1

npyv_storen2_u32Function · 0.70

Tested by

no test coverage detected