Architecture related Types and Helpers.
This module defines the types and helpers functions to properly handle architecture specific components
Modules | |
| Memory Management | |
| SIMD-aware container for product types. | |
Classes | |
| struct | eve::fundamental_cardinal< Type, ABI > |
| Computes the fundamental cardinal of a given type. More... | |
| struct | eve::platform |
| Platform specific constexpr information. More... | |
Typedefs | |
| template<typename Type , regular_abi ABI = eve::current_abi_type> | |
| using | eve::expected_cardinal_t = fixed< expected_cardinal_v< Type, ABI > > |
| Computes the expected cardinal of a given type. More... | |
Variables | |
| template<scalar_value T, regular_abi ABI = eve::current_abi_type> | |
| constexpr std::ptrdiff_t | eve::nofs_cardinal_v |
| nofs stands for "no frequency scaling". More... | |