Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@mshabunin
Copy link
Contributor

@mshabunin mshabunin commented Mar 12, 2024

resolves #25191

force_builders=Custom
buildworker:Custom=linux-4
build_image:Custom=simd-emulator

operator R () const
{
return initializer<VTraits<R>::max_nlanes>().init(*this);
CV_DbgAssert(VTraits<R>::vlanes() <= VTraits<R>::max_nlanes);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do we need to limit for debug only?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tried to make similar to removed assert. I agree, regular CV_Assert would be better, I'll fix it.

@mshabunin mshabunin force-pushed the fix-scalable-intrin-test branch from 535a656 to 6fc926e Compare March 13, 2024 18:17
@opencv-alalek opencv-alalek added this to the 4.10.0 milestone Mar 14, 2024
@opencv-alalek opencv-alalek self-assigned this Mar 14, 2024
@opencv-pushbot opencv-pushbot merged commit 625eeba into opencv:4.x Mar 14, 2024
@mshabunin mshabunin deleted the fix-scalable-intrin-test branch March 14, 2024 17:46
@asmorkalov asmorkalov mentioned this pull request Apr 1, 2024
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.

SCALABLE RVV with debug mode encounters failing tests

3 participants