aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/AclTypes.h
diff options
context:
space:
mode:
authorGeorgios Pinitas <georgios.pinitas@arm.com>2021-03-10 00:30:18 +0000
committerMichele Di Giorgio <michele.digiorgio@arm.com>2021-03-23 10:52:33 +0000
commitd122c10b0eb41cbffdf9e424ca0d279b6a48b54f (patch)
tree8001057c903975319fede0cead408c29084cfcb6 /arm_compute/AclTypes.h
parentd1dc09c95602ec1506bb4934aed1792752b5ffcf (diff)
downloadComputeLibrary-d122c10b0eb41cbffdf9e424ca0d279b6a48b54f.tar.gz
Fix typo from AclCpuCapabalities to AclCpuCapabilities
Signed-off-by: Georgios Pinitas <georgios.pinitas@arm.com> Change-Id: I89cf58bac1c3a62a825544af7f72ce559d6089fd Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/5275 Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Giorgio Arena <giorgio.arena@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'arm_compute/AclTypes.h')
-rw-r--r--arm_compute/AclTypes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arm_compute/AclTypes.h b/arm_compute/AclTypes.h
index 3b022b7106..bee6d1a8d7 100644
--- a/arm_compute/AclTypes.h
+++ b/arm_compute/AclTypes.h
@@ -66,7 +66,7 @@ typedef enum AclExecutionMode
} AclExecutionMode;
/** Available CPU capabilities */
-typedef enum AclCpuCapabalities
+typedef enum AclCpuCapabilities
{
AclCpuCapabilitiesAuto = 0, /**< Automatic discovery of capabilities */
@@ -84,7 +84,7 @@ typedef enum AclCpuCapabalities
AclCpuCapabilitiesMmlaFp = (1 << 15), /**< Enable paths that use the mmla float instructions */
AclCpuCapabilitiesAll = ~0 /**< Enable all paths */
-} AclCpuCapabalities;
+} AclCpuCapabilities;
/**< Allocator interface that can be passed to a context */
typedef struct AclAllocator