Skip to content

use fully-qualified rkcommon::math::rsqrt to avoid overload ambiguity #16

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 25, 2025

Conversation

yktyagi
Copy link

@yktyagi yktyagi commented Aug 11, 2025

Explicitly calling rkcommon::math::rsqrt() prevents conflict with the standard rsqrt(double) declared in bits/mathcalls.h, fixing the build error in Quaternion tests.

Explicitly calling rkcommon::math::rsqrt() prevents conflict with the
standard rsqrt(double) declared in bits/mathcalls.h, fixing the build
error in Quaternion tests.

Signed-off-by: Yogesh Tyagi <[email protected]>
@johguenther johguenther changed the base branch from master to devel August 25, 2025 13:41
@johguenther johguenther self-requested a review August 25, 2025 13:55
Copy link
Contributor

@johguenther johguenther left a comment

Choose a reason for hiding this comment

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

Thanks for those fixes! Looks good.

@johguenther johguenther merged commit 1fdd515 into RenderKit:devel Aug 25, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants