std::experimental::simd_abi::scalar - cppreference.com (original) (raw)
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.
[edit] Notes
scalar is not an alias to fixed_size<1>.
[edit] See also
| | tag type for storing specified number of elements(alias template)[edit] | | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | | tag type that ensures ABI compatibility(alias template)[edit] | | | tag type that is most efficient(alias template)[edit] | | | obtains an ABI type for given element type and number of elements (class template) [edit] |