diff options
| author | Rodrigo Locatti <reinuseslisp@airmail.cc> | 2021-01-15 04:48:58 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-15 04:48:58 -0300 |
| commit | 5b9aedfc215e2f7227a8604d2d28fb462949d537 (patch) | |
| tree | ed1f105b1fef3fc9a5209c5106accaaee283ebf2 /src/tests/CMakeLists.txt | |
| parent | c8bf0caca0a3b923edcf199824903c9576c6df5c (diff) | |
| parent | 8620de6b2030bef35360d029354f672cde8978f1 (diff) | |
Merge pull request #5356 from lioncash/clz
common/bit_util: Replace CLZ/CTZ operations with standardized ones
Diffstat (limited to 'src/tests/CMakeLists.txt')
| -rw-r--r-- | src/tests/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tests/CMakeLists.txt b/src/tests/CMakeLists.txt index 8a606b448..33fa89583 100644 --- a/src/tests/CMakeLists.txt +++ b/src/tests/CMakeLists.txt @@ -1,6 +1,5 @@ add_executable(tests common/bit_field.cpp - common/bit_utils.cpp common/fibers.cpp common/param_package.cpp common/ring_buffer.cpp |
