Skip to content
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

[release/9.0-staging] Fix Matrix4x4.CreateReflection when D is not zero #110162

Merged

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Nov 25, 2024

Backport of #110057 to release/9.0-staging

/cc @tannergooding @hez2010

Customer Impact

  • Customer reported
  • Found internally

#110050. Customers using Matrix4x4.CreateReflection may see incorrect results on some hardware.

Regression

  • Yes
  • No

#103527. The code was updated to be accelerated and had an edge case where all components were scaled by -2 instead of just the X, Y, and Z components.

Testing

An explicit test covering the scenario where the W component was non-zero was added.

Risk

Low. This is in an API that is primarily used in specialized scenarios.

@tannergooding tannergooding added the Servicing-consider Issue for next servicing release review label Nov 25, 2024
@tannergooding
Copy link
Member

CC. @jeffhandley

@jeffhandley jeffhandley added Servicing-approved Approved for servicing release and removed Servicing-consider Issue for next servicing release review labels Nov 27, 2024
@jeffhandley jeffhandley merged commit b46f7c7 into release/9.0-staging Nov 27, 2024
148 of 151 checks passed
@jeffhandley jeffhandley deleted the backport/pr-110057-to-release/9.0-staging branch November 27, 2024 08:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-System.Numerics Servicing-approved Approved for servicing release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants