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

Function create

tests/simdize.cpp:644–644  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

642}
643
644template <class T> T create(int x) { return x; }
645template <> std::array<float, 3> create<std::array<float, 3>>(int _x)
646{
647 float x = _x;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected