[Openmp-commits] [PATCH] D110109: [OpenMP] libomp: add atomic functions for new OpenMP 5.1 atomics.
Andrey Churbanov via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Wed Oct 27 07:02:26 PDT 2021
AndreyChurbanov added a comment.
In D110109#3089150 <https://reviews.llvm.org/D110109#3089150>, @kkwli0 wrote:
> @AndreyChurbanov There is one more issue. `kmp_atomic_float10_max_min.c` specifies `-mlong-double-80` but some platforms (e.g. Power) do not support such option.
Thanks for reporting.
I've added "UNSUPPORTED: powerpc" to the test in git commit 6f0125eec75f, hope it fixes the problem.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110109/new/
https://reviews.llvm.org/D110109
More information about the Openmp-commits
mailing list