Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
31
using namespace Vc;
32
33
template <typename T, size_t N> constexpr size_t captureN(const SimdArray<T, N> &)
34
{
35
return N;
36
}
37
38
TEST_TYPES(V, createArray, SimdArrayList)
39
{
Callers
1
TEST_TYPES
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected