std::experimental::simd_abi::scalar

Header: <experimental/simd>

With the scalar ABI tag, data-parallel types are equivalent to a single element type. However, the full simd and simd_mask interface is supported and thus eases development of generic code.

# Declarations

using scalar = /*unspecified*/;

(parallelism TS v2)

# Notes

scalar is not an alias to fixed_size<1>.

# See also