aboutsummaryrefslogtreecommitdiff
path: root/src/core/NEON/kernels
diff options
context:
space:
mode:
authorAnthony Barbier <anthony.barbier@arm.com>2018-01-31 09:13:37 +0000
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:45:00 +0000
commitf1df346584e4a2f5b8f941bedcd79b3bcb717d61 (patch)
tree874c4fc43dfcfe6aeab8b5eac65827fca259441f /src/core/NEON/kernels
parent2219dea47ff74cadf2a6ee1ab95e57cd96e60596 (diff)
downloadComputeLibrary-f1df346584e4a2f5b8f941bedcd79b3bcb717d61.tar.gz
COMPMID-765: Allow RSH's code to not have default cases in their switches
Change-Id: I2d3cc9668852a1ba414fc3148866df408f770dc8 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/118308 Reviewed-by: Georgios Pinitas <georgios.pinitas@arm.com> Tested-by: Anthony Barbier <anthony.barbier@arm.com>
Diffstat (limited to 'src/core/NEON/kernels')
-rw-r--r--src/core/NEON/kernels/arm64/NEHGEMMAArch64FP16Kernel.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/NEON/kernels/arm64/NEHGEMMAArch64FP16Kernel.cpp b/src/core/NEON/kernels/arm64/NEHGEMMAArch64FP16Kernel.cpp
index 82d816a892..e84409cfd2 100644
--- a/src/core/NEON/kernels/arm64/NEHGEMMAArch64FP16Kernel.cpp
+++ b/src/core/NEON/kernels/arm64/NEHGEMMAArch64FP16Kernel.cpp
@@ -39,8 +39,11 @@
namespace arm_compute
{
+#pragma GCC diagnostic push
+#pragma GCC diagnostic ignored "-Wswitch-default"
#include "arm_compute/core/NEON/kernels/assembly/gemm_interleaved.hpp"
#include "arm_compute/core/NEON/kernels/assembly/kernels/a64_hgemm_24x8.hpp"
+#pragma GCC diagnostic pop
} // namespace arm_compute
namespace arm_compute