std::experimental::simd_abi::compatible

Header: <experimental/simd>

compatible is an implementation-defined alias for an ABI tag.

# 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.

# See also