From 5a97b28d483eefa5810f5cf57356086090c8c894 Mon Sep 17 00:00:00 2001 From: George Wort Date: Fri, 21 Dec 2018 16:21:04 +0000 Subject: COMPMID-1756: NEON: Implement RSqrt, Exp Change-Id: I6b140b8868b04f7d3032a51831a80829e8e1560e Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/165590 Tested-by: bsgcomp Reviewed-by: Anthony Barbier Reviewed-on: https://review.mlplatform.org/470 Reviewed-by: Georgios Pinitas Tested-by: Arm Jenkins --- arm_compute/core/NEON/wrapper/intrinsics/exp.h | 3 ++- arm_compute/core/NEON/wrapper/intrinsics/invsqrt.h | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'arm_compute/core/NEON/wrapper/intrinsics') diff --git a/arm_compute/core/NEON/wrapper/intrinsics/exp.h b/arm_compute/core/NEON/wrapper/intrinsics/exp.h index 85aa9c739a..c538ba8022 100644 --- a/arm_compute/core/NEON/wrapper/intrinsics/exp.h +++ b/arm_compute/core/NEON/wrapper/intrinsics/exp.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ARM Limited. + * Copyright (c) 2018-2019 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -42,6 +42,7 @@ VEXPQ_IMPL(float32x4_t, f32) VEXPQ_IMPL(float16x8_t, f16) #endif // __ARM_FEATURE_FP16_VECTOR_ARITHMETIC #undef VEXPQ_IMPL + } // namespace wrapper } // namespace arm_compute #endif /* __ARM_COMPUTE_WRAPPER_EXP_H__ */ diff --git a/arm_compute/core/NEON/wrapper/intrinsics/invsqrt.h b/arm_compute/core/NEON/wrapper/intrinsics/invsqrt.h index 0bbf49b5c0..1068cf56df 100644 --- a/arm_compute/core/NEON/wrapper/intrinsics/invsqrt.h +++ b/arm_compute/core/NEON/wrapper/intrinsics/invsqrt.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ARM Limited. + * Copyright (c) 2018-2019 ARM Limited. * * SPDX-License-Identifier: MIT * -- cgit v1.2.1