opencv/modules/dnn
Sam James c20febdbb0
Fix compilation on arm64 with FP16 when disabled
If building with -mcpu=native or any other setting which implies the current
CPU has FP16 but with intrinsics disabled, we mistakenly try to use it even
though convolution.hpp conditionally defines it correctly based on whether
we should *use it*. convolution.cpp on the other hand was mismatched and
trying to use it if the CPU supported it, even if not enabled in the build
system.

Make the guards match.

Bug: https://bugs.gentoo.org/913031
Signed-off-by: Sam James <sam@gentoo.org>
2023-08-29 03:05:49 +01:00
..
cmake dnn: plugin support for OpenVINO 2022-10-07 16:57:31 +00:00
include/opencv2 pre: OpenCV 4.8.0 (version++) 2023-06-20 15:52:57 +03:00
misc Merge pull request #24120 from dkurt:actualize_dnn_links 2023-08-16 15:46:11 +03:00
perf Remove explitit transB attribute from MatMul perf test 2023-08-18 15:10:14 +03:00
src Fix compilation on arm64 with FP16 when disabled 2023-08-29 03:05:49 +01:00
test Enable OpenVINO max pooling with indices since 2022.1 2023-08-23 10:39:38 +03:00
CMakeLists.txt Merge pull request #24122 from fengyuentau:remove_tengine 2023-08-09 09:26:02 +03:00