From 5a3ee4f708a9e1642b0211955ff905e7b67e831d Mon Sep 17 00:00:00 2001 From: Anthony Barbier Date: Tue, 24 Jul 2018 11:24:17 +0100 Subject: COMPMID-1347: Simplified CPUInfo enum Change-Id: I563a885c9e78af746d74fc0a70d9bfcbf9c1ac1b Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/141104 Reviewed-by: David Mansell Reviewed-by: Gian Marco Iodice Tested-by: Jenkins --- arm_compute/core/CPP/CPPTypes.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'arm_compute/core/CPP') 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 -- cgit v1.2.1