Skip to content

core(SIMD): update int64 SSE constructor#20894

Merged
opencv-pushbot merged 1 commit intoopencv:3.4from
alalek:core_simd_int64_ctor_sse
Oct 19, 2021
Merged

core(SIMD): update int64 SSE constructor#20894
opencv-pushbot merged 1 commit intoopencv:3.4from
alalek:core_simd_int64_ctor_sse

Conversation

@alalek
Copy link
Copy Markdown
Member

@alalek alalek commented Oct 18, 2021

GCC/Clang/MSVC 64/32-bit: https://godbolt.org/z/EEGeWMhW8

MSVS 2015 / MSVS 2017 have failed tests.
MSVS 2015 32-bit is OK.
MSVS 2019 is OK.

So #if defined(_MSC_VER) is replaced with extra _MSC_VER >= 1920/*MSVS 2019*/ check

[ RUN      ] Imgproc_ResizeExact.accuracy
C:\build\precommit_opencl\3.4\opencv\modules\ts\src\ts.cpp(616): error: Failed

	failure reason: Bad accuracy
	test case #23
	seed: 1fa8f6d088b407b0
-----------------------------------
	LOG:
input/output: Too big difference (=135 > 16) at (0, 0)
input array 0 type=8uC3, size=(6, 17)
input/output array 0 type=8uC3, size=(42, 119)
test_case_idx = 23

-----------------------------------
	CONSOLE: ...
-----------------------------------

[  FAILED  ] Imgproc_ResizeExact.accuracy (4 ms)
force_builders=Custom
build_image:Custom=centos:7
buildworker:Custom=linux-1

build_image:Custom Win=msvs2019
buildworker:Custom Win=windows-3

@alalek
Copy link
Copy Markdown
Member Author

alalek commented Oct 19, 2021

👍

@opencv-pushbot opencv-pushbot merged commit b1f422c into opencv:3.4 Oct 19, 2021
@alalek alalek mentioned this pull request Dec 30, 2021
@alalek alalek mentioned this pull request Feb 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants