[Openmp-commits] [openmp] [openmp] Add support for arm64ec to libomp (PR #176151)
Martin Storsjö via Openmp-commits
openmp-commits at lists.llvm.org
Fri Mar 13 02:55:55 PDT 2026
================
@@ -173,6 +173,8 @@
#ifndef ITT_ARCH
#if defined _M_IX86 || defined __i386__
#define ITT_ARCH ITT_ARCH_IA32
+#elif defined _M_ARM64EC
----------------
mstorsjo wrote:
Could you add a check for `__arm64ec__` like in the other ifdefs here as well?
https://github.com/llvm/llvm-project/pull/176151
More information about the Openmp-commits
mailing list