Fix failusre caused by FFT1D function.
Change-Id: I4c93d9082c1c1995225bdffc4138cfab93b261c1
Signed-off-by: Sang-Hoon Park <sang-hoon.park@arm.com>
Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/4359
Tested-by: Arm Jenkins <bsgcomp@arm.com>
Reviewed-by: Manuel Bottini <manuel.bottini@arm.com>
Comments-Addressed: Arm Jenkins <bsgcomp@arm.com>
CLFFT1D(const CLFFT1D &) = delete;
/** Prevent instances of this class from being copied */
CLFFT1D &operator=(const CLFFT1D &) = delete;
+ /** Default move constructor */
+ CLFFT1D(CLFFT1D &&) = default;
+ /** Default move assignment operator */
+ CLFFT1D &operator=(CLFFT1D &&) = default;
/** Default destructor */
~CLFFT1D();
/** Initialise the function's source, destinations and border mode.