std::experimental::simd_abi::compatible
Min standard notice:
Header: <experimental/simd>
compatible
# Declarations
template< class T >
using compatible = /*implementation-defined*/;
(parallelism TS v2)
# 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.