| eve::expected_cardinal_t |
Computes the expected cardinal of a given type.
Required header: #include <eve/arch/expected_cardinal.hpp>
eve::expected_cardinal_t is the exact cardinal type of the register able to store values of type Type for a given SIMD ABI as a native register type.
| Type | Type of value to assess |
| ABI | SIMD ABI to use as reference. Must models eve::regular_abi. |