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

Function test_native_mask

tests/uninit.cpp:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18void test_native_mask(void *mem)
19{
20 new(mem) std::experimental::native_simd_mask<float>;
21}
22
23int main() { return 0; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected