[Openmp-commits] [openmp] [OpenMP] Remove OS checks for ARM and AArch64 (PR #165640)
Brad Smith via Openmp-commits
openmp-commits at lists.llvm.org
Thu Oct 30 11:08:19 PDT 2025
================
@@ -2736,8 +2736,7 @@ int __kmp_get_load_balance(int max) {
#endif // USE_LOAD_BALANCE
-#if !(KMP_ARCH_X86 || KMP_ARCH_X86_64 || KMP_MIC || \
- ((KMP_OS_LINUX || KMP_OS_DARWIN) && KMP_ARCH_AARCH64) || \
+#if !(KMP_ARCH_X86 || KMP_ARCH_X86_64 || KMP_MIC || KMP_ARCH_AARCH64 || \
----------------
brad0 wrote:
The last part is confusing and I had submitted another PR wanting to rename this file to something more agnostic.
https://github.com/llvm/llvm-project/pull/165640
More information about the Openmp-commits
mailing list