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

Function npyv_storen_u32

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

Source from the content-addressed store, hash-verified

143#endif
144}
145NPY_FINLINE void npyv_storen_u32(npy_uint32 *ptr, npy_intp stride, npyv_u32 a)
146{ npyv_storen_s32((npy_int32*)ptr, stride, a); }
147NPY_FINLINE void npyv_storen_f32(float *ptr, npy_intp stride, npyv_f32 a)
148{ npyv_storen_s32((npy_int32*)ptr, stride, _mm_castps_si128(a)); }
149//// 64

Callers

nothing calls this directly

Calls 1

npyv_storen_s32Function · 0.70

Tested by

no test coverage detected