| 6 | } |
| 7 | |
| 8 | void 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 | |
| 13 | void test_native_simd(void *mem) |
| 14 | { |
nothing calls this directly
no outgoing calls
no test coverage detected