aboutsummaryrefslogtreecommitdiff
path: root/tests/Types.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Types.h')
-rw-r--r--tests/Types.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/Types.h b/tests/Types.h
index 516f61c44b..8f47902e3e 100644
--- a/tests/Types.h
+++ b/tests/Types.h
@@ -33,6 +33,9 @@ namespace arm_compute
/** Fixed point operation */
enum class FixedPointOp
{
+ ADD, /**< Addition */
+ SUB, /**< Subtraction */
+ MUL, /**< Multiplication */
EXP, /**< Exponential */
LOG, /**< Logarithm */
INV_SQRT, /**< Inverse square root */