E.V.E
v2023.02.15
 
Loading...
Searching...
No Matches
eve::abi< Type, Lanes > Struct Template Reference

Find proper ABI for Type/Lanes pair. More...

#include <eve/arch/abi.hpp>

Detailed Description

template<typename Type, typename Lanes>
struct eve::abi< Type, Lanes >

Computes the best ABI to use to efficiently store Lanes elements of type Type in order to use SIMD implementations.

Template Parameters
TypeType of the element to store
LanesNumber 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;
Find proper ABI for Type/Lanes pair.
Definition abi.hpp:63