This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository openmp.
from 50df1d2 Addition of OpenMP 4.5 feature: schedule(simd:static) new e75e989 Use C++11 atomics for ticket locks implementation
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: runtime/src/kmp.h | 1 + runtime/src/kmp_dispatch.cpp | 26 +++++++ runtime/src/kmp_lock.cpp | 158 +++++++++++++++++++++++-------------------- runtime/src/kmp_lock.h | 33 ++++++--- runtime/src/kmp_os.h | 1 + runtime/src/kmp_tasking.c | 2 + 6 files changed, 139 insertions(+), 82 deletions(-)