24 #ifndef SRC_COMMON_CPUINFO_H 25 #define SRC_COMMON_CPUINFO_H 107 const std::vector<CpuModel> &
cpus()
const 118 std::vector<CpuModel> _cpus{};
static CpuInfo build()
CpuInfo builder function from system related information.
const std::vector< CpuModel > & cpus() const
CPUModel
CPU models types.
uint32_t num_threads_hint()
Some systems have both big and small cores, this fuction computes the minimum number of cores that ar...
Copyright (c) 2017-2022 Arm Limited.
CPU ISA (Instruction Set Architecture) information.
Aggregate class that contains CPU related information.
const CpuIsaInfo & isa() const
uint32_t num_cpus() const
CpuModel cpu_model() const
CpuInfo()=default
Default constructor.
bool has_svef32mm() const