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