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

Function npyv_loadn_u64

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

Source from the content-addressed store, hash-verified

80 );
81}
82NPY_FINLINE npyv_u64 npyv_loadn_u64(const npy_uint64 *ptr, npy_intp stride)
83{
84 return npyv_reinterpret_u64_s64(
85 npyv_loadn_s64((const npy_int64*)ptr, stride)
86 );
87}
88#if NPY_SIMD_F64
89NPY_FINLINE npyv_f64 npyv_loadn_f64(const double *ptr, npy_intp stride)
90{

Callers

nothing calls this directly

Calls 1

npyv_loadn_s64Function · 0.70

Tested by

no test coverage detected