SIMD register cardinal type. More...
#include <eve/arch/cardinals.hpp>
eve::fixed wraps an integral power of two constant that represents the number of lanes in a given eve::simd_value type.
| Cardinal | Number of lane. If Cardinal is not a power of two, code is invalid. |
| Member | Definition |
|---|---|
| type | eve::fixed``<Cardinal> |
| split_type | eve::fixed``<Cardinal / 2>. Only defined if Cardinal > 1 |
| combined_type | eve::fixed``<Cardinal * 2> |