Searched defs:TestAllSimdAbiFunctor (Results 1 – 1 of 1) sorted by relevance
25 struct TestAllSimdAbiFunctor { struct27 using sized_abis = types::type_list<ex::simd_abi::fixed_size<N>, ex::simd_abi::deduce_t<T, N>>;30 void instantiate_with_n(std::index_sequence<Ns...>) { in instantiate_with_n()35 void operator()() { in operator()