Compute Library
 23.08
CpuIsaInfo.h File Reference
#include <cstdint>

Go to the source code of this file.

Data Structures

struct  CpuIsaInfo
 CPU ISA (Instruction Set Architecture) information. More...
 

Namespaces

 arm_compute
 Copyright (c) 2017-2023 Arm Limited.
 
 arm_compute::cpuinfo
 

Functions

CpuIsaInfo init_cpu_isa_from_hwcaps (uint32_t hwcaps, uint32_t hwcaps2, uint32_t midr)
 Identify ISA related information through system information. More...
 
CpuIsaInfo init_cpu_isa_from_regs (uint64_t isar0, uint64_t isar1, uint64_t pfr0, uint64_t pfr1, uint64_t svefr0, uint64_t midr)
 Identify ISA related information through register information. More...