Skip to content

Commit 9c4fca7

Browse files
committed
Update includes and CMake target dependencies
1 parent 7f72165 commit 9c4fca7

File tree

4 files changed

+3
-1
lines changed

4 files changed

+3
-1
lines changed

libc/src/math/generic/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1489,6 +1489,7 @@ add_entrypoint_object(
14891489
libc.src.__support.FPUtil.polyeval
14901490
libc.src.__support.FPUtil.rounding_mode
14911491
libc.src.__support.macros.optimization
1492+
libc.src.__support.macros.properties.cpu_features
14921493
COMPILE_OPTIONS
14931494
-O3
14941495
)

libc/src/math/generic/exp2m1f16.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
#include "src/__support/common.h"
2020
#include "src/__support/macros/config.h"
2121
#include "src/__support/macros/optimization.h"
22+
#include "src/__support/macros/properties/cpu_features.h"
2223

2324
namespace LIBC_NAMESPACE_DECL {
2425

libc/test/src/math/smoke/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1113,6 +1113,7 @@ add_fp_unittest(
11131113
SRCS
11141114
exp2m1f16_test.cpp
11151115
DEPENDS
1116+
libc.hdr.fenv_macros
11161117
libc.src.errno.errno
11171118
libc.src.math.exp2m1f16
11181119
)

libc/test/src/math/smoke/exp2m1f16_test.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9-
#include "hdr/errno_macros.h"
109
#include "hdr/fenv_macros.h"
1110
#include "src/errno/libc_errno.h"
1211
#include "src/math/exp2m1f16.h"

0 commit comments

Comments
 (0)