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

Function test_native_simd

tests/uninit.cpp:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11}
12
13void test_native_simd(void *mem)
14{
15 new(mem) std::experimental::native_simd<float>;
16}
17
18void test_native_mask(void *mem)
19{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected