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

Function npyv_rev64_f32

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

Source from the content-addressed store, hash-verified

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); }
191#endif
192
193// Permuting the elements of each 128-bit lane by immediate index for

Callers

nothing calls this directly

Calls 1

npyv_rev64_u32Function · 0.70

Tested by

no test coverage detected