-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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/7.0-staging] Workaround for C++ compiler bug on Arm64 #93529
Conversation
Tagging subscribers to this area: @tommcdon Issue DetailsBackport of #93528 to release/7.0 /cc @jkotas Customer ImpactTestingRiskIMPORTANT: If this backport is for a servicing release, please verify that:
|
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch Issue DetailsBackport of #93523 to release/7.0 MSVC rolled out to the build machines a few days ago has a codegen bug that affects the JIT on Arm64. We are applying a temporary workaround to disable optimizations around the affected methods. Customer ImpactMultiplication of two constants produces bad result in some cases. TestingThe affected JIT tests are passing. RiskLow
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
approved. we will take for consideration in 7.0.x
5f3324b
to
c2844c7
Compare
Backport of #93523 to release/7.0
MSVC rolled out to the build machines a few days ago has a codegen bug that affects the JIT on Arm64. We are applying a temporary workaround to disable optimizations around the affected methods.
Customer Impact
Multiplication of two constants produces bad result in some cases.
Testing
The affected JIT tests are passing.
Risk
Low