Andrey Semashev 199906f4e1 Use atomic intrinsics for loads on ARMv8.3-RCPC with recent gcc and clang.
gcc 13.1 and clang 16 now generate the ldapr instructions for atomic loads
when ARMv8.3-RCPC or later is enabled. Resorting to inline asm for this
is no longer necessary.
2025-02-22 18:03:43 +03:00
..