We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccb7772 commit d451721Copy full SHA for d451721
utils/bazel/llvm-project-overlay/libc/BUILD.bazel
@@ -1191,6 +1191,7 @@ libc_support_library(
1191
name = "exp10f_impl",
1192
hdrs = ["src/math/generic/exp10f_impl.h"],
1193
deps = [
1194
+ ":__support_fputil_basic_operations",
1195
":__support_fputil_fma",
1196
":__support_fputil_multiply_add",
1197
":__support_fputil_nearest_integer",
@@ -1206,6 +1207,7 @@ libc_support_library(
1206
1207
name = "exp2f_impl",
1208
hdrs = ["src/math/generic/exp2f_impl.h"],
1209
1210
+ ":__support_fputil_except_value_utils",
1211
1212
1213
0 commit comments