[Openmp-commits] [openmp] [clang][OpenMP] OpenMP ThreadSet clause - basic runtime (PR #144409)
via Openmp-commits
openmp-commits at lists.llvm.org
Tue Jun 17 08:43:54 PDT 2025
================
@@ -2740,7 +2740,8 @@ typedef struct kmp_tasking_flags { /* Total struct must be exactly 32 bits */
unsigned tasking_ser : 1;
unsigned task_serial : 1;
unsigned tasktype : 1;
- unsigned reserved : 8;
+ unsigned reserved : 7;
+ unsigned free_agent_eligible : 1;
----------------
Ritanya-B-Bharadwaj wrote:
done!
https://github.com/llvm/llvm-project/pull/144409
More information about the Openmp-commits
mailing list