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

Function npyv_rev64_s32

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

Source from the content-addressed store, hash-verified

184 return vec_perm(a, a, idx);
185}
186NPY_FINLINE npyv_s32 npyv_rev64_s32(npyv_s32 a)
187{ return (npyv_s32)npyv_rev64_u32((npyv_u32)a); }
188#if NPY_SIMD_F32
189 NPY_FINLINE npyv_f32 npyv_rev64_f32(npyv_f32 a)
190 { return (npyv_f32)npyv_rev64_u32((npyv_u32)a); }

Callers

nothing calls this directly

Calls 1

npyv_rev64_u32Function · 0.70

Tested by

no test coverage detected