From 3155f77d23eb332974a6b9cb5d37a1329b8493a6 Mon Sep 17 00:00:00 2001 From: morgolock Date: Mon, 11 May 2020 16:00:04 +0100 Subject: COMPMID-3457: vexp failure in QASYMM8_SIGNED overflowing Change-Id: Ied11a4a3e9d04615a1a1f0bfa552f3dd8293a170 Signed-off-by: morgolock Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/3178 Tested-by: Arm Jenkins Reviewed-by: Michele Di Giorgio Reviewed-by: Georgios Pinitas Comments-Addressed: Arm Jenkins --- arm_compute/core/NEON/NEMath.h | 1 + 1 file changed, 1 insertion(+) (limited to 'arm_compute/core/NEON/NEMath.h') diff --git a/arm_compute/core/NEON/NEMath.h b/arm_compute/core/NEON/NEMath.h index 3905f67e29..8827bbf459 100644 --- a/arm_compute/core/NEON/NEMath.h +++ b/arm_compute/core/NEON/NEMath.h @@ -25,6 +25,7 @@ #define ARM_COMPUTE_NEMATH_H #include +#include namespace arm_compute { -- cgit v1.2.1