From 356f6434671369e1bcf34e71cb0974e2f72342a0 Mon Sep 17 00:00:00 2001 From: Gian Marco Iodice Date: Fri, 22 Sep 2017 11:32:21 +0100 Subject: COMPMID-417 - Added arm_compute comment at the end of NEON header files Change-Id: I288f409c8f51fac7ceb7b3f301105a74ffc737fd Reviewed-on: http://mpd-gerrit.cambridge.arm.com/88785 Reviewed-by: Moritz Pflanzer Reviewed-by: Georgios Pinitas Tested-by: Kaizen --- arm_compute/core/NEON/NEMath.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 ba65926802..4c4085e544 100644 --- a/arm_compute/core/NEON/NEMath.h +++ b/arm_compute/core/NEON/NEMath.h @@ -180,6 +180,6 @@ float16x8_t vexpq_f16(float16x8_t x); */ float16x8_t vpowq_f16(float16x8_t val, float16x8_t n); #endif /* ARM_COMPUTE_ENABLE_FP16 */ -} +} // namespace arm_compute #include "arm_compute/core/NEON/NEMath.inl" #endif /* __ARM_COMPUTE_NEMATH_H__ */ -- cgit v1.2.1