doi:10.1007/978-3-319-98521-3_16Jannis KlinkenbergPhilipp SamfassChristian TerbovenAlejandro DuranMatthias S. Müller
Commits on Feb 16, 2024 [OpenMP][AIX]Define struct kmp_base_tas_lock with the order of two members swapped for big-endian (#79188) xingxue-ibmauthored and tstellarcommittedFeb 16, 2024 · 5 / 6 34fdf52 [OpenMP][test]Flip bit-fields in 'struct flags' for big-endian in test case...
I did confirm that returning true works for this test-case - obviously, this is not a complete solution, so a more thorough comparison will be needed. Anyone feeling like working on writing a IsEqual for Array Constructors, feel free to comment and take over this ticket....
16 + else() 17 + set(LIBOMP_HEADERS_INTDIR ${LLVM_BINARY_DIR}/${LIBOMP_HEADERS_INSTALL_PATH}) 18 + endif() 19 + 13 20 # Configure omp.h, kmp_config.h and omp-tools.h if necessary 14 - configure_file(${LIBOMP_INC_DIR}/omp.h.var omp.h @ONLY) 15 - configure_file(...