Files
c3c/lib/std/core
OdnetninI (Eduardo José Gómez Hernández) 7aca8a02cb Architecture generic Atomics (C11 + extras) (#958)
* Initial implementation for c11 atomics
* Fix cmpxchg usage
* Support for floating point atomics
* Added atomic min and max
* Updated copyright notice
* Removed Floats from and or xor. Added mul, div, bitshift
* Changed get_atomic_compatible_type to lower_to_atomic_compatible_type
* Require non-null pointers
* Fix spacing
* Added Atomic type
* Added macro to reduce code
* Small reorder and cleanup
* Added cmpxchg constrains
* Apply all the restrictions for atomic loads/stores and cmpxchg
2023-08-29 14:25:43 +02:00
..
2023-07-26 14:01:24 +02:00
2023-08-26 13:22:02 +02:00
2023-06-10 23:16:28 +02:00
2023-07-26 14:01:24 +02:00
2023-07-29 22:42:55 +02:00
2023-08-29 12:28:06 +02:00