| Summary: | Enable GCC atomics for clang | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Marcus von Appen <mva> |
| Component: | atomic | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | HG 2.1 | ||
| Hardware: | All | ||
| OS: | All | ||
| Attachments: | cmake patch for clang and atomics | ||
Added, thanks! https://hg.libsdl.org/SDL/rev/2c9aedfba740 |
Created attachment 1441 [details] cmake patch for clang and atomics clang provides support for optimized atomics. The attached patch enables the cmake build system to take clang into account on checking for atomics.