File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1111
1212#include " src/__support/macros/config.h"
1313#include " src/__support/macros/properties/types.h"
14- #include " src/math/acosf16.h"
1514
1615namespace LIBC_NAMESPACE_DECL {
1716
Original file line number Diff line number Diff line change @@ -4122,7 +4122,6 @@ add_entrypoint_object(
41224122 libc.hdr.errno_macros
41234123 libc.hdr.fenv_macros
41244124 libc.src.__support.FPUtil.cast
4125- libc.src.__support.FPUtil.except_value_utils
41264125 libc.src.__support.FPUtil.fenv_impl
41274126 libc.src.__support.FPUtil.fp_bits
41284127 libc.src.__support.FPUtil.multiply_add
Original file line number Diff line number Diff line change 88// ===----------------------------------------------------------------------===//
99
1010#include " src/math/acospif16.h"
11+ #include " hdr/errno_macros.h"
12+ #include " hdr/fenv_macros.h"
13+ #include " src/__support/FPUtil/FEnvImpl.h"
14+ #include " src/__support/FPUtil/FPBits.h"
15+ #include " src/__support/FPUtil/PolyEval.h"
1116#include " src/__support/FPUtil/cast.h"
12- #include " src/__support/FPUtil/except_value_utils.h"
1317#include " src/__support/FPUtil/multiply_add.h"
1418#include " src/__support/FPUtil/sqrt.h"
1519#include " src/__support/macros/optimization.h"
You can’t perform that action at this time.
0 commit comments