std::experimental::simd_abi::compatible (3) Linux Manual Page
std::experimental::simd_abi::compatible – std::experimental::simd_abi::compatible
Synopsis
Defined in header <experimental/simd>
namespace simd_abi {
template < class T >
using compatible = /*implementation-defined*/;
}
compatible<T> is an implementation-defined alias for an ABI tag.
Notes
The intent is to use the ABI tag producing the most efficient data-parallel execution for the element type T that ensures ABI compatibility between translation units on the target architecture.
