aboutsummaryrefslogtreecommitdiff
path: root/src/core/cpu/kernels/add/neon/list.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/cpu/kernels/add/neon/list.h')
-rw-r--r--src/core/cpu/kernels/add/neon/list.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/cpu/kernels/add/neon/list.h b/src/core/cpu/kernels/add/neon/list.h
index 964bdccca3..3ab03dd40e 100644
--- a/src/core/cpu/kernels/add/neon/list.h
+++ b/src/core/cpu/kernels/add/neon/list.h
@@ -47,7 +47,7 @@ DECLARE_ADD_KERNEL(add_u8_u8_s16_neon);
template <typename ScalarType>
void add_same_neon(const ITensor *src0, const ITensor *src1, ITensor *dst, const ConvertPolicy &policy, const Window &window)
{
- /** Neon vector tag type. */
+ /** SIMD vector tag type. */
using ExactTagType = typename wrapper::traits::neon_bitvector_tag_t<ScalarType, wrapper::traits::BitWidth::W128>;
// Create input windows