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

Function test_fixed_mask

tests/uninit.cpp:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6}
7
8void test_fixed_mask(void *mem)
9{
10 new(mem) std::experimental::fixed_size_simd_mask<float, std::experimental::simd_abi::max_fixed_size<float>>;
11}
12
13void test_native_simd(void *mem)
14{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected