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

Function npyv_loadn_f64

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

Source from the content-addressed store, hash-verified

87}
88#if NPY_SIMD_F64
89NPY_FINLINE npyv_f64 npyv_loadn_f64(const double *ptr, npy_intp stride)
90{
91 return npyv_reinterpret_f64_s64(
92 npyv_loadn_s64((const npy_int64*)ptr, stride)
93 );
94}
95#endif
96
97//// 64-bit load over 32-bit stride

Callers

nothing calls this directly

Calls 1

npyv_loadn_s64Function · 0.70

Tested by

no test coverage detected