[Openmp-commits] [openmp] Add openmp support to System z (PR #66081)
Ilya Leoshkevich via Openmp-commits
openmp-commits at lists.llvm.org
Mon Oct 9 04:06:06 PDT 2023
================
@@ -228,6 +228,13 @@ ompt_label_##id:
printf("%" PRIu64 ": current_address=%p or %p\n", \
ompt_get_thread_data()->value, ((char *)addr) - 8, \
((char *)addr) - 8)
+#elif KMP_ARCH_S390X
+// On s390xthe NOP instruction is 2 bytes long. FFor non-void runtime
----------------
iii-i wrote:
A couple typos here. How about:
```
// On s390x the NOP instruction is 2 bytes long. For non-void runtime
```
https://github.com/llvm/llvm-project/pull/66081
More information about the Openmp-commits
mailing list