From 57c033bb5400ef19e5952f191da3e878e21bba91 Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Thu, 15 Feb 2018 12:29:44 +0000 Subject: COMPMID-906: Use fused activation in NEON Batch normalization Change-Id: I5a6413548b2c9b8972c91ddba57395509dffd87e Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/120656 Tested-by: Jenkins Reviewed-by: Anthony Barbier --- arm_compute/core/NEON/wrapper/intrinsics/and.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'arm_compute/core/NEON/wrapper/intrinsics/and.h') diff --git a/arm_compute/core/NEON/wrapper/intrinsics/and.h b/arm_compute/core/NEON/wrapper/intrinsics/and.h index 9b5cfd6b89..4910738e86 100644 --- a/arm_compute/core/NEON/wrapper/intrinsics/and.h +++ b/arm_compute/core/NEON/wrapper/intrinsics/and.h @@ -24,8 +24,6 @@ #ifndef __ARM_COMPUTE_WRAPPER_AND_H__ #define __ARM_COMPUTE_WRAPPER_AND_H__ -#include "arm_compute/core/NEON/wrapper/traits.h" - #include namespace arm_compute @@ -55,6 +53,8 @@ VAND_IMPL(uint32_t, uint32x4_t, vandq, u32) VAND_IMPL(int32_t, int32x4_t, vandq, s32) VAND_IMPL(uint64_t, uint64x2_t, vandq, u64) VAND_IMPL(int64_t, int64x2_t, vandq, s64) -} -} + +#undef VAND_IMPL +} // namespace wrapper +} // namespace arm_compute #endif /* __ARM_COMPUTE_WRAPPER_AND_H__ */ -- cgit v1.2.1