aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/kernels/elementwise_binary/generic/neon/impl.h
diff options
context:
space:
mode:
authorDana Zlotnik <dana.zlotnik@arm.com>2022-02-21 13:12:41 +0200
committerDana Zlotnik <dana.zlotnik@arm.com>2022-03-01 11:19:23 +0000
commita538ae583c8816f69d05b98c62a9d3092f88f798 (patch)
tree33ffb4611e9d660223b50d805ac60babbaba4ebb /src/cpu/kernels/elementwise_binary/generic/neon/impl.h
parentee9050089e391e598cd58e05bc7a07597a6d1db0 (diff)
downloadComputeLibrary-a538ae583c8816f69d05b98c62a9d3092f88f798.tar.gz
Multi ISA Technical Debt
* Update json struct meet multi-ISA updates * Add impl.cpp in kernels where we only have impl.h Resolves COMPMID-5173 Change-Id: I5da3c4b016a5d0115c4ba46cbfefde7bce518ac1 Signed-off-by: Dana Zlotnik <dana.zlotnik@arm.com> Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/7191 Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Giorgio Arena <giorgio.arena@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'src/cpu/kernels/elementwise_binary/generic/neon/impl.h')
-rw-r--r--src/cpu/kernels/elementwise_binary/generic/neon/impl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cpu/kernels/elementwise_binary/generic/neon/impl.h b/src/cpu/kernels/elementwise_binary/generic/neon/impl.h
index ead54ab14e..98b154e8fd 100644
--- a/src/cpu/kernels/elementwise_binary/generic/neon/impl.h
+++ b/src/cpu/kernels/elementwise_binary/generic/neon/impl.h
@@ -69,6 +69,7 @@ typename VectorType::type elementwise_arithm_op(const typename VectorType::type
return res;
}
+
template <ArithmeticOperation op, typename ScalarType, typename VectorType>
typename VectorType::type elementwise_arithm_op_broadcast(const typename VectorType::type &a, const ScalarType &broadcast_value, const bool reorder)
{