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

Function test2

tests/abi_fixed_size.cpp:35–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33
34fv<1> test1(fv<1> a) { return a; }
35fv<2> test2(fv<2> a) { return a; }
36fv<4> test4(fv<4> a) { return a; }
37fv<8> test8(fv<8> a) { return a; }
38fv<Max> testMax(fv<Max> a) { return a; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected