mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 08:13:04 +04:00
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
This commit is contained in:
@@ -5,6 +5,11 @@
|
||||
#include "precomp.hpp"
|
||||
#include "convert.hpp"
|
||||
|
||||
#if !defined(OPENCV_SUPRESS_WARNING_AVX2_WITHOUT_FP16C) && \
|
||||
(defined(__GNUC__) && defined(__AVX2__) && !defined(__F16C__))
|
||||
#warning "Non-optimal compiler flags: AVX2 without FP16. Generated code is very slow. Consider adding '-mf16c' compiler option."
|
||||
#endif
|
||||
|
||||
namespace cv {
|
||||
namespace hal {
|
||||
CV_CPU_OPTIMIZATION_NAMESPACE_BEGIN
|
||||
|
||||
Reference in New Issue
Block a user