Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove use of ATOMIC_VAR_INIT (ray-project#32828)
ATOMIC_VAR_INIT has a trivial definition `#define ATOMIC_VAR_INIT(value) (value)`, is deprecated in C17/C++20, and will be removed in newer standards in newer GCC/Clang (e.g. https://reviews.llvm.org/D144196). Signed-off-by: Fangrui Song <[email protected]>
- Loading branch information