[Openmp-commits] [PATCH] D118988: [OpenMP] kmp_atomic_float10_max_min.c test should only be executed on x86 platform

Igor Kirillov via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Fri Feb 4 07:45:01 PST 2022


igor.kirillov added a comment.

@kkwli0 Hi, is it useful to run this test outside of x86? We on aarch64 had the same problem as the on addressed by a64797b5b81963a8d4bc73eaacabfee67c85c679 <https://reviews.llvm.org/rGa64797b5b81963a8d4bc73eaacabfee67c85c679>. Alternatively I can just `// UNSUPPORTED: aarch64` instead of `// REQUIRES: x86-registered-target` but there is a chance those clauses will be needed for the other architectures too.


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