From 5db75c350ca0c0d8965a894d7e1a371746a2102b Mon Sep 17 00:00:00 2001 From: Sang-Hoon Park Date: Thu, 7 Jan 2021 16:59:32 +0000 Subject: Add SVE support for non-quantized elementwise operations SVE kernels are added to all previously supported arithmetic and comparison operations with exception of S16 arithmetic operations due to complexity of widening and narrowing of integer vectors. Partially implements: COMPMID-3872 Change-Id: Ic433eb7227dfcfd0d1429f18acebec2d934ca8bd Signed-off-by: Sang-Hoon Park Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/4778 Tested-by: Arm Jenkins Reviewed-by: Michele Di Giorgio Reviewed-by: Michalis Spyrou Comments-Addressed: Arm Jenkins --- src/core/NEON/wrapper/intrinsics/intrinsics.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/NEON/wrapper/intrinsics') diff --git a/src/core/NEON/wrapper/intrinsics/intrinsics.h b/src/core/NEON/wrapper/intrinsics/intrinsics.h index 4c7b674e2e..871d9cc5ac 100644 --- a/src/core/NEON/wrapper/intrinsics/intrinsics.h +++ b/src/core/NEON/wrapper/intrinsics/intrinsics.h @@ -79,6 +79,7 @@ #include "src/core/NEON/wrapper/intrinsics/svdup_n.h" #include "src/core/NEON/wrapper/intrinsics/svexp.h" #include "src/core/NEON/wrapper/intrinsics/svlog.h" +#include "src/core/NEON/wrapper/intrinsics/svpow.h" #include "src/core/NEON/wrapper/intrinsics/svptrue.h" #include "src/core/NEON/wrapper/intrinsics/svqadd.h" #include "src/core/NEON/wrapper/intrinsics/svsin.h" -- cgit v1.2.1