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

Function npyv_rev64_s8

numpy/core/src/common/simd/vec/reorder.h:166–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164#endif
165}
166NPY_FINLINE npyv_s8 npyv_rev64_s8(npyv_s8 a)
167{ return (npyv_s8)npyv_rev64_u8((npyv_u8)a); }
168
169NPY_FINLINE npyv_u16 npyv_rev64_u16(npyv_u16 a)
170{

Callers

nothing calls this directly

Calls 1

npyv_rev64_u8Function · 0.70

Tested by

no test coverage detected