On 12/08/2024 13:49, Mattias Rönnblom wrote:
Add functionality to test and modify the value of individual bits in 32-bit or 64-bit words.These functions have no implications on memory ordering, atomicity and does not use volatile and thus does not prevent any compiler optimizations. Signed-off-by: Mattias Rönnblom <[email protected]> Acked-by: Morten Brørup <[email protected]> Acked-by: Tyler Retzlaff <[email protected]>
Acked-by: Jack Bond-Preston <[email protected]>

