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

Function npyv_loadn_f32

numpy/core/src/common/simd/neon/memory.h:69–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67 );
68}
69NPY_FINLINE npyv_f32 npyv_loadn_f32(const float *ptr, npy_intp stride)
70{
71 return npyv_reinterpret_f32_s32(
72 npyv_loadn_s32((const npy_int32*)ptr, stride)
73 );
74}
75//// 64
76NPY_FINLINE npyv_s64 npyv_loadn_s64(const npy_int64 *ptr, npy_intp stride)
77{

Callers

nothing calls this directly

Calls 1

npyv_loadn_s32Function · 0.70

Tested by

no test coverage detected