mirror of
https://github.com/intel/llvm.git
synced 2026-01-22 07:01:03 +08:00
[OpenMP] Restore comment accidently deleted in D154650
This commit is contained in:
@@ -5407,6 +5407,7 @@ __kmp_allocate_team(kmp_root_t *root, int new_nproc, int max_nproc,
|
||||
}
|
||||
|
||||
#if (KMP_OS_LINUX || KMP_OS_FREEBSD) && KMP_AFFINITY_SUPPORTED
|
||||
/* Restore initial primary thread's affinity mask */
|
||||
new_temp_affinity.restore();
|
||||
#endif
|
||||
#if KMP_NESTED_HOT_TEAMS
|
||||
|
||||
Reference in New Issue
Block a user