Skip to content

doc: hal: replace C++ operators with wrapper functions#27268

Merged
asmorkalov merged 1 commit intoopencv:4.xfrom
Kumataro:fix27267
May 5, 2025
Merged

doc: hal: replace C++ operators with wrapper functions#27268
asmorkalov merged 1 commit intoopencv:4.xfrom
Kumataro:fix27267

Conversation

@Kumataro
Copy link
Copy Markdown
Contributor

Close #27267

This pull request aims to clear C++ operator is replaced to wrapper functions.

Pull Request Readiness Checklist

See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request

  • I agree to contribute to the project under Apache 2 License.
  • To the best of my knowledge, the proposed patch is not based on a code under GPL or another license that is incompatible with OpenCV
  • The PR is proposed to the proper branch
  • There is a reference to the original bug report and related work
  • There is accuracy test, performance test and test data in opencv_extra repository, if applicable
    Patch to opencv_extra has the same branch name.
  • The feature is well documented and sample code can be built with the project CMake

@Kumataro
Copy link
Copy Markdown
Contributor Author

It seems be OK.

Arithmetic, bitwise and comparison operations
Element-wise binary and unary operations.

Arithmetics: v_add, v_sub, v_mul, v_div, v_mul_expand
Non-saturating arithmetics: v_add_wrap, v_sub_wrap
Bitwise shifts: v_shl, v_shr
Bitwise logic: v_and, v_or, v_xor, v_not
Comparison: v_gt, v_ge, v_lt, v_le, v_eq, v_ne
min/max: v_min, v_max

https://pullrequest.opencv.org/buildbot/export/pr/27268/docs/df/d91/group__core__hal__intrin.html

@asmorkalov asmorkalov added the category: documentation Documentation fix or update label Apr 30, 2025
@asmorkalov asmorkalov added this to the 4.12.0 milestone Apr 30, 2025
@asmorkalov asmorkalov self-assigned this Apr 30, 2025
@asmorkalov asmorkalov merged commit c248d47 into opencv:4.x May 5, 2025
22 of 28 checks passed
@asmorkalov asmorkalov mentioned this pull request May 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

category: documentation Documentation fix or update

Projects

None yet

Development

Successfully merging this pull request may close these issues.

hal_intrinsics operators breakage in 4.11

2 participants