58 [[nodiscard]]
inline std::string
vendor() noexcept;
88 [[nodiscard]] inline uint32_t
family() noexcept;
99 [[nodiscard]] inline uint32_t
model() noexcept;
113#include "nfx/detail/cpu/Identification.inl"
uint32_t stepping() noexcept
Gets the CPU stepping identifier.
std::string vendor() noexcept
Gets the CPU vendor string.
uint32_t model() noexcept
Gets the CPU model identifier.
std::string brandString() noexcept
Gets the CPU brand string.
uint32_t family() noexcept
Gets the CPU family identifier.