Commit Graph

7 Commits

Author SHA1 Message Date
98e05fd179 BAN: Implement atomic functions for normal integers 2025-04-20 03:11:41 +03:00
48a76426e7 BAN: Add more APIs for Atomic and make compare_exchage take a reference 2024-06-28 21:47:47 +03:00
30fdc2198f BAN: Add exchage() to Atomic<T> 2024-06-20 13:24:42 +03:00
efd8203232 BAN: Atomic memory order can be set per function call 2024-03-03 01:41:46 +02:00
cc79f55817 BAN: Add compare_exchange to atomic 2024-01-30 01:21:15 +02:00
dfe5a2d665 All: Cleanup all files
Add newline to end of files and remove whitespace from end of lines
2024-01-24 15:53:38 +02:00
d2cf7c7a5c BAN: Implement basic Atomic class that wraps gcc builtins 2024-01-24 14:30:04 +02:00