mirror of
https://github.com/opencv/opencv.git
synced 2025-06-13 04:52:53 +08:00
Merge pull request #21339 from AsyaPronina:asyadev/wa_valgrind_issues
This commit is contained in:
commit
7c2087cf05
@ -2952,6 +2952,7 @@ static void calcRowLinearC(const cv::gapi::fluid::View & in,
|
|||||||
dst[l] = out.OutLine<T>(l);
|
dst[l] = out.OutLine<T>(l);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if 0 // Disabling SSE4.1 path due to Valgrind issues: https://github.com/opencv/opencv/issues/21097
|
||||||
#if CV_SSE4_1
|
#if CV_SSE4_1
|
||||||
const auto* clone = scr.clone;
|
const auto* clone = scr.clone;
|
||||||
auto* tmp = scr.tmp;
|
auto* tmp = scr.tmp;
|
||||||
@ -2971,6 +2972,7 @@ static void calcRowLinearC(const cv::gapi::fluid::View & in,
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
#endif // CV_SSE4_1
|
#endif // CV_SSE4_1
|
||||||
|
#endif
|
||||||
int length = out.length();
|
int length = out.length();
|
||||||
for (int l = 0; l < lpi; l++) {
|
for (int l = 0; l < lpi; l++) {
|
||||||
constexpr static const auto unity = Mapper::unity;
|
constexpr static const auto unity = Mapper::unity;
|
||||||
|
Loading…
Reference in New Issue
Block a user