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

<atomic>: Fix missing ARM64EC ifdefs #2702

Merged
merged 1 commit into from
May 4, 2022

Conversation

StephanTLavavej
Copy link
Member

This mirrors Victor Tong's internal MSVC-PR-396294 "Fix missing ARM64EC ifdefs in atomic header" (as of Iteration 3, with fixed #endif comments).

It fixes atomic_thread_fence() which wasn't emitting a fence, and also fixes _Atomic_storage<_Ty, 8>::store().

@StephanTLavavej StephanTLavavej added bug Something isn't working ARM64 Related to the ARM64 architecture labels May 4, 2022
@StephanTLavavej StephanTLavavej requested a review from a team as a code owner May 4, 2022 01:22
@StephanTLavavej StephanTLavavej merged commit d89a32b into microsoft:main May 4, 2022
@StephanTLavavej StephanTLavavej deleted the atomic-arm64ec branch May 4, 2022 22:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ARM64 Related to the ARM64 architecture bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
  翻译: