diff options
| author | bunnei <bunneidev@gmail.com> | 2021-01-15 23:01:42 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-15 23:01:42 -0800 |
| commit | a7fd61fcce4634b8e849ab65a732080e77fad902 (patch) | |
| tree | 843fb62264d5acf24a243d564de7492be660fa2e /src/common/CMakeLists.txt | |
| parent | 8def504d737f8dc7b8e2139b6b6d8d3d85b62858 (diff) | |
| parent | 53d92318b82cd4a9e08f814fcb8aab624d795c6c (diff) | |
Merge pull request #5275 from FernandoS27/fast-native-clock
X86/NativeClock: Improve performance of clock calculations on hot path.
Diffstat (limited to 'src/common/CMakeLists.txt')
| -rw-r--r-- | src/common/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index 9824c5564..f77575a00 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt @@ -98,7 +98,6 @@ add_library(common STATIC algorithm.h alignment.h assert.h - atomic_ops.cpp atomic_ops.h detached_tasks.cpp detached_tasks.h |
