Page MenuHomeFreeBSD

Add the 8 and 16 bit atomic load/store functions with a barrier
ClosedPublic

Authored by andrew on Dec 30 2019, 9:59 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Oct 8, 5:29 AM
Unknown Object (File)
Sun, Sep 28, 3:07 AM
Unknown Object (File)
Fri, Sep 19, 1:08 AM
Unknown Object (File)
Aug 7 2025, 9:00 PM
Unknown Object (File)
Aug 3 2025, 11:01 AM
Unknown Object (File)
Jul 22 2025, 11:24 AM
Unknown Object (File)
Jul 18 2025, 10:48 AM
Unknown Object (File)
Jul 17 2025, 3:30 AM
Subscribers

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

I don't know anything about arm64, but this looks great to me, thanks. The half- and byte-suffix variants are available in the base arm64 ISA, right?

This revision is now accepted and ready to land.Dec 31 2019, 12:20 AM
In D22966#503493, @cem wrote:

The half- and byte-suffix variants are available in the base arm64 ISA, right?

Yes, we target ARMv8.0 by default (the base 64-bit ISA).