From 778b95cb755880ab4adc972fbf3b7022a99b63f9 Mon Sep 17 00:00:00 2001 From: Michalis Spyrou Date: Tue, 20 Apr 2021 12:15:52 +0100 Subject: Update assembly code This patch brings performance uplift on Cortex-A35. Resolves: COMPMID-4316 Change-Id: I2b9c02a599373f780dd1b981b821e33bd59a3422 Signed-off-by: Michalis Spyrou Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/5461 Reviewed-by: Georgios Pinitas Tested-by: Arm Jenkins Comments-Addressed: Arm Jenkins --- arm_compute/core/CPP/CPPTypes.h | 1 + 1 file changed, 1 insertion(+) (limited to 'arm_compute/core/CPP/CPPTypes.h') diff --git a/arm_compute/core/CPP/CPPTypes.h b/arm_compute/core/CPP/CPPTypes.h index 2de73acaa2..bc4464e7c9 100644 --- a/arm_compute/core/CPP/CPPTypes.h +++ b/arm_compute/core/CPP/CPPTypes.h @@ -42,6 +42,7 @@ enum class CPUModel GENERIC, GENERIC_FP16, GENERIC_FP16_DOT, + A35, A53, A55r0, A55r1, -- cgit v1.2.1