std::experimental::simd (3) Linux Manual Page
std::experimental::simd – std::experimental::simd Synopsis Defined in header <experimental/simd> template< class T, class Abi = simd_abi::compatible<T> > class simd; The class template simd is a data-parallel type. The width of a given simd instantiation is a constant expression, determined by the template parameters. An ABI tag is a type in the simd_abi namespace that indicates a…
