File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
utils/bazel/llvm-project-overlay/libc Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -4380,6 +4380,7 @@ add_object_library(
43804380 libc.src.__support.CPP.optional
43814381 libc.src.__support.FPUtil.basic_operations
43824382 libc.src.__support.FPUtil.basic_operations
4383+ libc.src.__support.FPUtil.fenv_impl
43834384 libc.src.__support.FPUtil.fp_bits
43844385 libc.src.__support.FPUtil.multiply_add
43854386 libc.src.__support.FPUtil.nearest_integer
Original file line number Diff line number Diff line change 1212#include " common_constants.h"
1313#include " src/__support/CPP/bit.h"
1414#include " src/__support/CPP/optional.h"
15+ #include " src/__support/FPUtil/FEnvImpl.h"
1516#include " src/__support/FPUtil/FPBits.h"
1617#include " src/__support/FPUtil/PolyEval.h"
1718#include " src/__support/FPUtil/nearest_integer.h"
Original file line number Diff line number Diff line change @@ -1808,6 +1808,7 @@ libc_support_library(
18081808 hdrs = ["src/math/generic/explogxf.h" ],
18091809 deps = [
18101810 ":__support_common" ,
1811+ ":__support_fputil_fenv_impl" ,
18111812 ":__support_fputil_fma" ,
18121813 ":__support_fputil_fp_bits" ,
18131814 ":__support_fputil_multiply_add" ,
You can’t perform that action at this time.
0 commit comments