[Openmp-commits] [PATCH] D118988: [OpenMP] kmp_atomic_float10_max_min.c test should only be executed on x86 platform
Jon Chesterfield via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Sat Feb 5 14:20:08 PST 2022
JonChesterfield accepted this revision.
JonChesterfield added a comment.
This revision is now accepted and ready to land.
Looks reasonable to me. This is looking at 80 bit floating point which x86 can do (in some modes at least, this passes mlong-double-80 ). Long double elsewhere tends to be 64 or 128 bit.
If we have another in tree target w/openmp that can do fp80 then I suppose the test should run on that as well. I don't know of one though.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D118988/new/
https://reviews.llvm.org/D118988
More information about the Openmp-commits
mailing list