Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
barriers: builtin: Check for GCC-ism
__atomic_thread_fence() is GCC-ism. When supported by the compiler (C11), use atomic_thread_fence() instead. Signed-off-by: Carlo Caione <[email protected]>
- Loading branch information