[RFC v3 1/6] eal: extend bit manipulation functionality
Morten Brørup
mb at smartsharesystems.com
Mon Apr 29 13:12:21 CEST 2024
> From: Mattias Rönnblom [mailto:mattias.ronnblom at ericsson.com]
> Sent: Monday, 29 April 2024 11.52
>
> Add functionality to test, set, clear, and assign the value to
> 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.
>
> RFC v3:
> * Work around lack of C++ support for _Generic (Tyler Retzlaff).
> * Fix ','-related checkpatch warnings.
>
> Signed-off-by: Mattias Rönnblom <mattias.ronnblom at ericsson.com>
> ---
For the series,
Acked-by: Morten Brørup <mb at smartsharesystems.com>
More information about the dev
mailing list