From 775c7f514253360fe87a35ac3763b916d5f442e1 Mon Sep 17 00:00:00 2001 From: Michalis Spyrou Date: Wed, 5 Jun 2019 11:45:16 +0100 Subject: COMPMID-2336: Fix armv7a build on linux Change-Id: I68e21a204443cca5b050a9ce4481f9b7c2efa0a4 Signed-off-by: Michalis Spyrou Reviewed-on: https://review.mlplatform.org/c/1292 Tested-by: Arm Jenkins Reviewed-by: Georgios Pinitas Comments-Addressed: Arm Jenkins --- tests/validation/NEON/DepthConvertLayer.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/validation') diff --git a/tests/validation/NEON/DepthConvertLayer.cpp b/tests/validation/NEON/DepthConvertLayer.cpp index 2592c5d5a1..a3482d1b28 100644 --- a/tests/validation/NEON/DepthConvertLayer.cpp +++ b/tests/validation/NEON/DepthConvertLayer.cpp @@ -76,7 +76,9 @@ const auto DepthConvertLayerZeroShiftDataset = framework::dataset::make("Sh constexpr AbsoluteTolerance tolerance_qasymm8(1); constexpr AbsoluteTolerance tolerance_one_int32(1); +#ifdef __ARM_FEATURE_FP16_VECTOR_ARITHMETIC constexpr AbsoluteTolerance tolerance_one_uint8(1); +#endif /* __ARM_FEATURE_FP16_VECTOR_ARITHMETIC */ } // namespace TEST_SUITE(NEON) -- cgit v1.2.1