Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VcDevel/Vc
/ seq
Function
seq
tests/subscript.cpp:28–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
#include <Vc/vector>
27
28
template <class T> T inline seq()
29
{
30
return T([](int n) -> typename T::value_type { return n; });
31
}
32
33
TEST_TYPES(V, init, AllVectors)
34
{
Callers
1
simd_cast_interleaved_argument_order
Function · 0.85
Calls
1
T
Function · 0.50
Tested by
no test coverage detected