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
F152972305: D22966.id66135.diff
Sat, Apr 18, 10:16 AM
Unknown Object (File)
Mar 18 2026, 8:08 AM
Unknown Object (File)
Mar 13 2026, 6:26 PM
Unknown Object (File)
Mar 13 2026, 12:10 PM
Unknown Object (File)
Mar 13 2026, 6:26 AM
Unknown Object (File)
Mar 12 2026, 9:42 PM
Unknown Object (File)
Feb 28 2026, 12:19 AM
Unknown Object (File)
Feb 25 2026, 11:18 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).