mirror of
https://github.com/RGBCube/serenity
synced 2025-10-28 11:52:37 +00:00
Unlike Clang, GCC does not support 8-byte atomics on i686 with the -mno-80387 flag set, so until that is fixed, implement a minimal set of atomics that are currently required. |
||
|---|---|---|
| .. | ||
| Boot | ||
| ASM_wrapper.cpp | ||
| Atomics.cpp | ||
| InterruptEntry.cpp | ||
| Processor.cpp | ||