Skip to content

Commit cb98366

Browse files
authored
[bazel][libc] Add exp10m1f (#115565)
1 parent bc1aa28 commit cb98366

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2203,6 +2203,13 @@ libc_math_function(
22032203
],
22042204
)
22052205

2206+
libc_math_function(
2207+
name = "exp10m1f",
2208+
additional_deps = [
2209+
":explogxf",
2210+
],
2211+
)
2212+
22062213
libc_math_function(
22072214
name = "exp2",
22082215
additional_deps = [

0 commit comments

Comments
 (0)