| 1 | #include <experimental/simd> |
| 2 | |
| 3 | void 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 | |
| 8 | void test_fixed_mask(void *mem) |
| 9 | { |
nothing calls this directly
no outgoing calls
no test coverage detected