[Openmp-commits] [PATCH] D68543: openmp: Recognise ARMv7ve machine arch
Andrey Churbanov via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Tue Nov 26 03:39:43 PST 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rG5f8b8d282048: [openmp] Recognise ARMv7ve machine arch. (authored by AndreyChurbanov).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68543/new/
https://reviews.llvm.org/D68543
Files:
openmp/runtime/src/kmp_platform.h
Index: openmp/runtime/src/kmp_platform.h
===================================================================
--- openmp/runtime/src/kmp_platform.h
+++ openmp/runtime/src/kmp_platform.h
@@ -143,7 +143,7 @@
#endif
#if defined(__ARM_ARCH_7__) || defined(__ARM_ARCH_7R__) || \
- defined(__ARM_ARCH_7A__)
+ defined(__ARM_ARCH_7A__) || defined(__ARM_ARCH_7VE__)
#define KMP_ARCH_ARMV7 1
#endif
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68543.231040.patch
Type: text/x-patch
Size: 422 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20191126/85efc124/attachment.bin>
More information about the Openmp-commits
mailing list