From d8e765ba79772ecc3deda89ae3adab903c744296 Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Wed, 2 Aug 2017 13:44:33 +0100 Subject: COMPMID-472 : Implement Floor for CL and NEON. Change-Id: I675a4545b1fe9ab665a07c834720bfe7ff589cee Reviewed-on: http://mpd-gerrit.cambridge.arm.com/82527 Tested-by: Kaizen Reviewed-by: Anthony Barbier --- arm_compute/core/NEON/NEMath.h | 8 ++++++++ 1 file changed, 8 insertions(+) (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 39f0c3bf77..523649c65d 100644 --- a/arm_compute/core/NEON/NEMath.h +++ b/arm_compute/core/NEON/NEMath.h @@ -28,6 +28,14 @@ namespace arm_compute { +/** Calculate floor of a vector. + * + * @param[in] val Input vector value in F32 format. + * + * @return The calculated floor vector. + */ +float32x4_t vfloorq_f32(float32x4_t val); + /** Calculate inverse square root. * * @param[in] x Input value. -- cgit v1.2.1