core: hal: avoid to use _tzcnt_u32 for ARM64EC#25903
Conversation
|
CI test for this pull request is failed, but it may not be related this changed. Test report said "GaussianBlur ( InputArray src, OutputArray dst, Size ksize, double sigmaX, double sigmaY, int borderType )" is removed. But This function's argument is changed by #25792 . |
Definitely not related. Please ignore. I'm traveling without laptop on this weekend, so I will repair that only on Monday. |
|
Thank you for your reply ! There are no problem. And we may be able to build for ARM64EC with disabling SSE3, SSE4, and other SIMD options for x86-64. |
asmorkalov
left a comment
There was a problem hiding this comment.
👍 Thanks for the patch!
Unfortunately, we do not have it too. |
|
_tzcnt_u32 is not supported for ARM64EC, so avoid to use it.
Close opencv/opencv_contrib#3767
Pull Request Readiness Checklist
See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request
Patch to opencv_extra has the same branch name.