aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/CPP/CPPTypes.h
diff options
context:
space:
mode:
authorMichalis Spyrou <michalis.spyrou@arm.com>2021-04-20 12:15:52 +0100
committerMichalis Spyrou <michalis.spyrou@arm.com>2021-04-20 17:10:48 +0000
commit778b95cb755880ab4adc972fbf3b7022a99b63f9 (patch)
tree13a4f6060e20a0989c558d7750386b8f32827e4b /arm_compute/core/CPP/CPPTypes.h
parentdcf4c87cf78a5f1667699c1a3511d09356938660 (diff)
downloadComputeLibrary-778b95cb755880ab4adc972fbf3b7022a99b63f9.tar.gz
Update assembly code
This patch brings performance uplift on Cortex-A35. Resolves: COMPMID-4316 Change-Id: I2b9c02a599373f780dd1b981b821e33bd59a3422 Signed-off-by: Michalis Spyrou <michalis.spyrou@arm.com> Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/5461 Reviewed-by: Georgios Pinitas <georgios.pinitas@arm.com> Tested-by: Arm Jenkins <bsgcomp@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'arm_compute/core/CPP/CPPTypes.h')
-rw-r--r--arm_compute/core/CPP/CPPTypes.h1
1 files changed, 1 insertions, 0 deletions
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,