File tree Expand file tree Collapse file tree 4 files changed +3
-1
lines changed Expand file tree Collapse file tree 4 files changed +3
-1
lines changed Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff line change 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
2324namespace LIBC_NAMESPACE_DECL {
2425
Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments