We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 282a079 commit 5d94dd3Copy full SHA for 5d94dd3
libc/src/stdbit/CMakeLists.txt
@@ -1,9 +1,9 @@
1
-list(APPEND prefixes
+set(prefixes
2
leading_zeros
3
leading_ones
4
trailing_zeros
5
)
6
-list(APPEND suffixes c s i l ll)
+set(suffixes c s i l ll)
7
foreach(prefix IN LISTS prefixes)
8
foreach(suffix IN LISTS suffixes)
9
add_entrypoint_object(
libc/test/src/stdbit/CMakeLists.txt
@@ -1,11 +1,11 @@
add_custom_target(libc-stdbit-tests)
10
11
add_libc_test(
0 commit comments