Define __GCC_HAVE_SYNC_COMPARE_AND_SWAP macros
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
All of Hexagon's atomics are implemented using load-locked/store-conditional. If that meets the expectations of these macros, then this is fine with me.
Comment Actions
All Wasm atomics are sequentially consistent; If that's supported by this macro, LGTM.
clang/test/Preprocessor/predefined-arch-macros.c | ||
---|---|---|
4337 | Use --target= for new tests. -target is legacy. |
clang/test/Preprocessor/predefined-arch-macros.c | ||
---|---|---|
4337 |
Ok, I will do so. |
Use --target= for new tests. -target is legacy.