From 70f946b02c09632c5b4550939d62840e20a9caa1 Mon Sep 17 00:00:00 2001 From: John Richardson Date: Mon, 2 Oct 2017 16:52:16 +0100 Subject: COMPMID-489: Move FixedPoint to new validation Change-Id: Ibb94f44550469ec22553b1f947a7753d3ff90d93 Reviewed-on: http://mpd-gerrit.cambridge.arm.com/90138 Tested-by: Kaizen Reviewed-by: Anthony Barbier --- tests/Types.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/Types.h') 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 */ -- cgit v1.2.1