Skip to content
This repository has been archived by the owner on Nov 1, 2020. It is now read-only.

ARM64: Use RhpMemoryBarrier from portable.cpp for ARM64 #8329

Merged
merged 1 commit into from
Sep 14, 2020

Conversation

RalfKornmannEnvision
Copy link
Contributor

portable.cpp contains an implementation that just forwards to PalMemoryBarrier. It was disabeled for ARM64 only. As the forward works fine for ARM64 there is no reason to not use the same code for all CPUs

portable.cpp contains an implementation that just forwards to PalMemoryBarrier. It was disabeled for ARM64 only. As the forward works fine for ARM64 there is no reason to not use the same code, too
Copy link
Member

@jkotas jkotas left a comment

Choose a reason for hiding this comment

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

Thanks

@jkotas jkotas merged commit a892bba into dotnet:master Sep 14, 2020
@RalfKornmannEnvision RalfKornmannEnvision deleted the ARM64-RhpMemoryBarrier branch September 15, 2020 07:38
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants