Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Using standard C++ atomic enums on MSVC. (iree-org#18970)
The C-style ones are only in newer CRT releases and the C++ ones are more appropriate when using std::atomic for the implementation.
- Loading branch information