aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/CPP/CPPTypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/core/CPP/CPPTypes.h')
-rw-r--r--arm_compute/core/CPP/CPPTypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arm_compute/core/CPP/CPPTypes.h b/arm_compute/core/CPP/CPPTypes.h
index c97751bc0c..7ee144e2cb 100644
--- a/arm_compute/core/CPP/CPPTypes.h
+++ b/arm_compute/core/CPP/CPPTypes.h
@@ -180,7 +180,7 @@ public:
*
* @return Vector length if sme2 is enabled, otherwise returns 0.
*/
- unsigned long get_sme2_vector_length() const;
+ uint64_t get_sme2_vector_length() const;
private:
struct Impl;