[Openmp-commits] [PATCH] D45691: [mips] Use libatomic instead of GCC intrinsics for 64bit

Jonas Hahnfeld via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Thu Apr 19 05:44:04 PDT 2018


Hahnfeld edited subscribers, added: openmp-commits; removed: llvm-commits.
Hahnfeld added a comment.

Ideally, this problem was already solved by other standards. Can we reuse C11 or even C++ atomics? In the future this would also eliminate memory barriers, but such change will require some amount of thinking and testing.


https://reviews.llvm.org/D45691





More information about the Openmp-commits mailing list