aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/CPP/CPPTypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/core/CPP/CPPTypes.h')
-rw-r--r--arm_compute/core/CPP/CPPTypes.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/arm_compute/core/CPP/CPPTypes.h b/arm_compute/core/CPP/CPPTypes.h
index 8a9ada81c1..ffd18165ed 100644
--- a/arm_compute/core/CPP/CPPTypes.h
+++ b/arm_compute/core/CPP/CPPTypes.h
@@ -36,9 +36,13 @@ namespace arm_compute
enum class CPUModel
{
GENERIC,
+ A35,
A53,
A55r0,
A55r1,
+ A75r0,
+ A75r1,
+ A76
};
class CPUInfo final