aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/CPP
diff options
context:
space:
mode:
authorAnthony Barbier <anthony.barbier@arm.com>2018-07-24 11:24:17 +0100
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:54:54 +0000
commit5a3ee4f708a9e1642b0211955ff905e7b67e831d (patch)
tree10cc345a0f36cb4163c185481536cf0fcb44bd42 /arm_compute/core/CPP
parenteaefd002a5d6509dd5f12e98b538c99b33c2c1ee (diff)
downloadComputeLibrary-5a3ee4f708a9e1642b0211955ff905e7b67e831d.tar.gz
COMPMID-1347: Simplified CPUInfo enum
Change-Id: I563a885c9e78af746d74fc0a70d9bfcbf9c1ac1b Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/141104 Reviewed-by: David Mansell <david.mansell@arm.com> Reviewed-by: Gian Marco Iodice <gianmarco.iodice@arm.com> Tested-by: Jenkins <bsgcomp@arm.com>
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