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

Function npyv__ptr2u64

numpy/core/src/common/simd/vec/memory.h:49–50  ·  view source on GitHub ↗

avoid aliasing rules

Source from the content-addressed store, hash-verified

47
48// avoid aliasing rules
49NPY_FINLINE npy_uint64 *npyv__ptr2u64(const void *ptr)
50{ npy_uint64 *ptr64 = (npy_uint64*)ptr; return ptr64; }
51
52// load lower part
53NPY_FINLINE npyv_u64 npyv__loadl(const void *ptr)

Callers 2

npyv__loadlFunction · 0.85
npyv_load_till_s32Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected