dotnet / corert

This repo contains CoreRT, an experimental .NET Core runtime optimized for AOT (ahead of time compilation) scenarios, with the accompanying compiler toolchain.
http://dot.net
MIT License
2.91k stars 510 forks source link

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

Closed RalfKornmannEnvision closed 3 years ago

RalfKornmannEnvision commented 3 years ago

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