eve::abi< Type, Lanes > Struct Template Reference
Find proper ABI for Type/Lanes pair. More...
Detailed Description
template<typename Type, typename Lanes>
struct eve::abi< Type, Lanes >
struct eve::abi< Type, Lanes >
Find proper ABI for Type/Lanes pair.
Computes the best ABI to use to efficiently store Lanes
elements of type Type
in order to use SIMD implementations.
- Template Parameters
-
Type Type of the element to store Lanes Number of elements to store
Member types
Name | Definition |
---|---|
type | The tag for the ABI to use for current Type/lanes selection |
Helper types
template<typename Type, typename Lanes>
using abi_t = typename abi<Type,Lanes>::type;