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 e893f69 commit c33e5d5Copy full SHA for c33e5d5
libc/src/__support/CMakeLists.txt
@@ -189,6 +189,7 @@ add_header_library(
189
integer_utils.h
190
DEPENDS
191
.bit
192
+ .math_extras
193
.number_pair
194
libc.src.__support.common
195
libc.src.__support.CPP.type_traits
libc/src/__support/integer_utils.h
@@ -13,6 +13,7 @@
13
#include "src/__support/common.h"
14
15
#include "bit.h"
16
+#include "math_extras.h"
17
#include "number_pair.h"
18
19
#include <stdint.h>
0 commit comments