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)
Sun, Feb 23, 10:23 PM
Unknown Object (File)
Fri, Feb 21, 6:27 AM
Unknown Object (File)
Wed, Feb 5, 12:59 PM
Unknown Object (File)
Sat, Feb 1, 10:57 AM
Unknown Object (File)
Sat, Feb 1, 10:10 AM
Unknown Object (File)
Jan 20 2025, 8:51 PM
Unknown Object (File)
Jan 18 2025, 2:39 AM
Unknown Object (File)
Jan 12 2025, 7:51 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).