Skip to content

Commit b69e80e

Browse files
committed
[libc][math][c23] Update for comments.
1 parent fd02a05 commit b69e80e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2831,7 +2831,12 @@ libc_math_function(name = "floorf16")
28312831

28322832
# TODO: Add fma, fmaf, fmal, fmaf128 functions.
28332833

2834-
libc_math_function(name = "fmaf16")
2834+
libc_math_function(
2835+
name = "fmaf16",
2836+
additional_deps = [
2837+
":__support_fputil_fma",
2838+
],
2839+
)
28352840

28362841
libc_math_function(name = "fmax")
28372842

0 commit comments

Comments
 (0)