Accelerate Interlocked.Or/Interlocked.And for 8bit and 16bit integers in JIT
Open
area-CodeGen-coreclr
- Dominant language
- C#
- Stars
- 18.3k
- Forks
- 5.6k
- PR merge metrics
- PR metrics pending
Description
https://github.com/dotnet/runtime/pull/120978 Introduced generic versions of these APIs with a CompareExchange-based implementation for small integer types, we should not give up on them in JIT and accelerate as well (where possible).
Contributor guide
Assessment
This issue has not been assessed yet.