mirror of
https://review.haiku-os.org/haiku
synced 2025-01-21 22:04:49 +01:00
2e2c9bd3d0
If GCC knows what these functions are actually doing the resulting code can be optimized better what is especially noticeable in case of invocations of atomic_{or,and}() that ignore the result. Obviously, everything is inlined what also improves performance. Signed-off-by: Paweł Dziepak <pdziepak@quarnos.org>