aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/NEON/functions/NEPermute.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/runtime/NEON/functions/NEPermute.h')
-rw-r--r--arm_compute/runtime/NEON/functions/NEPermute.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arm_compute/runtime/NEON/functions/NEPermute.h b/arm_compute/runtime/NEON/functions/NEPermute.h
index cf7e25213b..fb95e45bdb 100644
--- a/arm_compute/runtime/NEON/functions/NEPermute.h
+++ b/arm_compute/runtime/NEON/functions/NEPermute.h
@@ -47,11 +47,11 @@ public:
/** Prevent instances of this class from being copied (As this class contains pointers) */
NEPermute(const NEPermute &) = delete;
/** Default move constructor */
- NEPermute(NEPermute &&);
+ NEPermute(NEPermute &&) = default;
/** Prevent instances of this class from being copied (As this class contains pointers) */
NEPermute &operator=(const NEPermute &) = delete;
/** Default move assignment operator */
- NEPermute &operator=(NEPermute &&);
+ NEPermute &operator=(NEPermute &&) = default;
/** Configure the permute Neon kernel
*
* @note Arbitrary permutation vectors are supported with rank not greater than 4