Change fast corner flags in HAL version from char array to single int#15357
Merged
opencv-pushbot merged 1 commit intoopencv:3.4from Aug 29, 2019
ChipKerchner:fastCorner
Merged
Change fast corner flags in HAL version from char array to single int#15357opencv-pushbot merged 1 commit intoopencv:3.4from ChipKerchner:fastCorner
opencv-pushbot merged 1 commit intoopencv:3.4from
ChipKerchner:fastCorner
Conversation
Member
|
relates #14916 |
Contributor
Author
|
I'm seeing slightly better performance with v_signmask than the array of chars. If you disagree we can cancel this pull request - I didn't realize that I'm undoing a previous check-in. You would think a single variable would be better than multiple memory accesses. |
Member
|
This code is under |
Contributor
Performance for SSE2 baseline
Performance for SSE3 baseline
Performance for SSE4_2 baseline
Performance for AVX2 baseline
|
Contributor
|
It looks like the change makes performance better a bit. Actually the change to array was a part of avoiding of non-universal v_signmask, but I agree that for SIMD128 it's not a big issue to use it. |
terfendail
approved these changes
Aug 28, 2019
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Change fast corner flags in HAL version from char array to single int