[Openmp-commits] [openmp] [OpenMP] Fix various alignment issues (PR #142376)
Brad Smith via Openmp-commits
openmp-commits at lists.llvm.org
Sat Jun 7 01:01:09 PDT 2025
================
@@ -73,7 +73,7 @@ static void bectl(kmp_info_t *th, bget_compact_t compact,
/* On IA-32 architecture with Linux* OS, malloc() does not
ensure 16 byte alignment */
-#if KMP_ARCH_X86 || !KMP_HAVE_QUAD
+#if KMP_ARCH_X86 || KMP_ARCH_SPARC || !KMP_HAVE_QUAD
----------------
brad0 wrote:
Do we want to add anything to the comment above this?
https://github.com/llvm/llvm-project/pull/142376
More information about the Openmp-commits
mailing list