This change slightly improves performance of KMP_YIELD_NOW() macro, by using _rdtsc() intrinsic function if possible.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D31008
Minor improvement of KMP_YIELD_NOW() macro. ClosedPublic Authored by hbae on Mar 15 2017, 3:51 PM.
Details Summary This change slightly improves performance of KMP_YIELD_NOW() macro, by using _rdtsc() intrinsic function if possible.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Mar 20 2017, 3:22 PM Closed by commit rL298314: Minor improvement of KMP_YIELD_NOW() macro. (authored by jlpeyton). · Explain WhyMar 20 2017, 3:23 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 92387 openmp/trunk/runtime/src/kmp.h
openmp/trunk/runtime/src/z_Linux_util.cpp
|