[clang] [Clang] Introduce scoped variants of GNU atomic functions (PR #72280)

Joseph Huber via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 15 04:11:43 PST 2023


jhuber6 wrote:

> Is there any actual difference now between these and the HIP/OpenCL flavors other than dropping the language from the name?

Yes, these directly copy the GNU functions and names. The OpenCL / HIP ones use a different format.

https://github.com/llvm/llvm-project/pull/72280


More information about the cfe-commits mailing list