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

Function test

tests/abi.cpp:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32using float_m = typename float_v::mask_type;
33
34float_v test(float_v a, float_v b)
35{
36 return a + b;
37}
38
39float_m mask_test(float_m a, float_m b)
40{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected