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)
Mon, May 13, 7:20 AM
Unknown Object (File)
Mon, Apr 29, 6:59 AM
Unknown Object (File)
Mon, Apr 29, 6:59 AM
Unknown Object (File)
Mon, Apr 29, 6:59 AM
Unknown Object (File)
Mon, Apr 29, 6:47 AM
Unknown Object (File)
Feb 23 2024, 3:30 AM
Unknown Object (File)
Dec 20 2023, 4:45 AM
Unknown Object (File)
Dec 13 2023, 12:14 AM
Subscribers

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 28376
Build 26462: arc lint + arc unit

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).