aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/NEON/NEMath.h
diff options
context:
space:
mode:
authorGeorgios Pinitas <georgios.pinitas@arm.com>2017-08-02 13:44:33 +0100
committerAnthony Barbier <anthony.barbier@arm.com>2018-09-17 14:16:42 +0100
commitd8e765ba79772ecc3deda89ae3adab903c744296 (patch)
tree08b11fb4ebb27c3a59ee1f2a5ffcf9665f5a6200 /arm_compute/core/NEON/NEMath.h
parentcfc6fe8bffceb9acc5234985f6da73361abd56d7 (diff)
downloadComputeLibrary-d8e765ba79772ecc3deda89ae3adab903c744296.tar.gz
COMPMID-472 : Implement Floor for CL and NEON.
Change-Id: I675a4545b1fe9ab665a07c834720bfe7ff589cee Reviewed-on: http://mpd-gerrit.cambridge.arm.com/82527 Tested-by: Kaizen <jeremy.johnson+kaizengerrit@arm.com> Reviewed-by: Anthony Barbier <anthony.barbier@arm.com>
Diffstat (limited to 'arm_compute/core/NEON/NEMath.h')
-rw-r--r--arm_compute/core/NEON/NEMath.h8
1 files changed, 8 insertions, 0 deletions
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.