This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

LAUNCHXL-CC26X2R1: How to use std::atomic

Part Number: LAUNCHXL-CC26X2R1

As the title indicates: Is it somehow possible to use the std::atomic types (https://en.cppreference.com/w/cpp/atomic/atomic) with the ti-clang toolchain?

If not, what would be the next best equivalent? Are the atomic types from c11 supported? Or would I have to implement atomics myself?