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.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/arm_compute/core/CPP/CPPTypes.h b/arm_compute/core/CPP/CPPTypes.h
index c3fb47fb61..e4cbd9ff9b 100644
--- a/arm_compute/core/CPP/CPPTypes.h
+++ b/arm_compute/core/CPP/CPPTypes.h
@@ -85,57 +85,57 @@ public:
/** Checks if the cpu model supports fp16.
*
- * @return true of the cpu supports fp16, false otherwise
+ * @return true if the cpu supports fp16, false otherwise
*/
bool has_fp16() const;
/** Checks if the cpu model supports bf16.
*
- * @return true of the cpu supports bf16, false otherwise
+ * @return true if the cpu supports bf16, false otherwise
*/
bool has_bf16() const;
/** Checks if the cpu model supports bf16.
*
- * @return true of the cpu supports bf16, false otherwise
+ * @return true if the cpu supports bf16, false otherwise
*/
bool has_svebf16() const;
/** Checks if the cpu model supports dot product.
*
- * @return true of the cpu supports dot product, false otherwise
+ * @return true if the cpu supports dot product, false otherwise
*/
bool has_dotprod() const;
/** Checks if the cpu model supports floating-point matrix multiplication.
*
- * @return true of the cpu supports floating-point matrix multiplication, false otherwise
+ * @return true if the cpu supports floating-point matrix multiplication, false otherwise
*/
bool has_svef32mm() const;
/** Checks if the cpu model supports integer matrix multiplication.
*
- * @return true of the cpu supports integer matrix multiplication, false otherwise
+ * @return true if the cpu supports integer matrix multiplication, false otherwise
*/
bool has_i8mm() const;
/** Checks if the cpu model supports integer matrix multiplication.
*
- * @return true of the cpu supports integer matrix multiplication, false otherwise
+ * @return true if the cpu supports integer matrix multiplication, false otherwise
*/
bool has_svei8mm() const;
/** Checks if the cpu model supports sve.
*
- * @return true of the cpu supports sve, false otherwise
+ * @return true if the cpu supports sve, false otherwise
*/
bool has_sve() const;
/** Checks if the cpu model supports sve2.
*
- * @return true of the cpu supports sve2, false otherwise
+ * @return true if the cpu supports sve2, false otherwise
*/
bool has_sve2() const;
/** Checks if the cpu model supports sme.
*
- * @return true of the cpu supports sme, false otherwise
+ * @return true if the cpu supports sme, false otherwise
*/
bool has_sme() const;
/** Checks if the cpu model supports sme2.
*
- * @return true of the cpu supports sme2, false otherwise
+ * @return true if the cpu supports sme2, false otherwise
*/
bool has_sme2() const;
/** Gets the cpu model for a given cpuid.