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

Function testMax

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

Source from the content-addressed store, hash-verified

36fv<4> test4(fv<4> a) { return a; }
37fv<8> test8(fv<8> a) { return a; }
38fv<Max> testMax(fv<Max> a) { return a; }
39
40int main() { return 0; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected