aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/NEON/NEMath.inl
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/core/NEON/NEMath.inl')
-rw-r--r--arm_compute/core/NEON/NEMath.inl2
1 files changed, 1 insertions, 1 deletions
diff --git a/arm_compute/core/NEON/NEMath.inl b/arm_compute/core/NEON/NEMath.inl
index 50d85396d4..ebfc52d9a0 100644
--- a/arm_compute/core/NEON/NEMath.inl
+++ b/arm_compute/core/NEON/NEMath.inl
@@ -302,4 +302,4 @@ inline float16x8_t vpowq_f16(float16x8_t val, float16x8_t n)
return vexpq_f16(vmulq_f16(n, vlogq_f16(val)));
}
#endif /* ARM_COMPUTE_ENABLE_FP16 */
-}
+} // namespace arm_compute