aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/kernels/quantize/generic/neon/fp16.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/kernels/quantize/generic/neon/fp16.cpp')
-rw-r--r--src/cpu/kernels/quantize/generic/neon/fp16.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/kernels/quantize/generic/neon/fp16.cpp b/src/cpu/kernels/quantize/generic/neon/fp16.cpp
index 456a3bda31..37bfb5b2aa 100644
--- a/src/cpu/kernels/quantize/generic/neon/fp16.cpp
+++ b/src/cpu/kernels/quantize/generic/neon/fp16.cpp
@@ -22,7 +22,7 @@
* SOFTWARE.
*/
#if defined(__ARM_FEATURE_FP16_VECTOR_ARITHMETIC) && defined(ENABLE_FP16_KERNELS)
-#include "src/cpu/kernels/quantize/generic/neon/impl_fp16.h"
+#include "src/cpu/kernels/quantize/generic/neon/impl.h"
namespace arm_compute
{