aboutsummaryrefslogtreecommitdiff
path: root/tests/validation/Helpers.h
diff options
context:
space:
mode:
authorMichalis Spyrou <michalis.spyrou@arm.com>2020-12-08 21:02:16 +0000
committerMichalis Spyrou <michalis.spyrou@arm.com>2021-01-05 14:30:17 +0000
commita3c9a3b3d56f0369b199512fef832e6db958a601 (patch)
tree357bf1ea0c3ccf2ac314b0777036642a11b5f7cd /tests/validation/Helpers.h
parentb309fc249e4383b4d40ae03e377c3cbad3f9f5f7 (diff)
downloadComputeLibrary-a3c9a3b3d56f0369b199512fef832e6db958a601.tar.gz
COMPMID-3874: Create ArithmeticAddition SVE/SVE2
Change-Id: I4ec7561a7f6a42a22b8187968ae302dbe75023bc Signed-off-by: Michalis Spyrou <michalis.spyrou@arm.com> Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/4753 Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Sang-Hoon Park <sang-hoon.park@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'tests/validation/Helpers.h')
-rw-r--r--tests/validation/Helpers.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/validation/Helpers.h b/tests/validation/Helpers.h
index 325cc0042e..604840b33e 100644
--- a/tests/validation/Helpers.h
+++ b/tests/validation/Helpers.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2017-2020 Arm Limited.
+ * Copyright (c) 2017-2021 Arm Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -30,6 +30,7 @@
#include "tests/Globals.h"
#include "tests/SimpleTensor.h"
+#include <math.h>
#include <random>
#include <type_traits>
#include <utility>