MCPcopy Create free account
hub / github.com/VcDevel/Vc / captureN

Function captureN

tests/simdarray.cpp:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31using namespace Vc;
32
33template <typename T, size_t N> constexpr size_t captureN(const SimdArray<T, N> &)
34{
35 return N;
36}
37
38TEST_TYPES(V, createArray, SimdArrayList)
39{

Callers 1

TEST_TYPESFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected