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

Function test_fixed_simd

tests/uninit.cpp:3–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#include <experimental/simd>
2
3void test_fixed_simd(void *mem)
4{
5 new(mem) std::experimental::fixed_size_simd<float, std::experimental::simd_abi::max_fixed_size<float>>;
6}
7
8void test_fixed_mask(void *mem)
9{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected