Skip to content

Commit dbb3271

Browse files
committed
Restore fenv-impl inclde in explogxf, which is used transitively.
1 parent 49c3bf1 commit dbb3271

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

libc/src/math/generic/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

libc/src/math/generic/explogxf.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
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"

utils/bazel/llvm-project-overlay/libc/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)