MCPcopy Create free account
hub / github.com/VcDevel/std-simd / test_tuples_gather

Function test_tuples_gather

tests/math.cpp:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40#include "testtypes.h"
41
42template <size_t Offset, class V, class Iterator> V test_tuples_gather(const Iterator &it)
43{
44 return V([&](auto i) { return it[i][Offset]; });
45}
46
47template <size_t Offset, class V, class Iterator>
48V test_tuples_gather_epilogue(const Iterator &it, const size_t remaining)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected