Skip to content

Commit a879a22

Browse files
committed
[libc][math][c23] Change BUILD define.
1 parent bb9ed7b commit a879a22

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
@@ -2826,7 +2826,12 @@ libc_math_function(name = "floorf16")
28262826

28272827
# TODO: Add fma, fmaf, fmal, fmaf128 functions.
28282828

2829-
libc_math_function(name = "fmaf16")
2829+
libc_math_function(
2830+
name = "fmaf16",
2831+
additional_deps = [
2832+
":__support_fputil_fma",
2833+
],
2834+
)
28302835

28312836
libc_math_function(name = "fmax")
28322837

0 commit comments

Comments
 (0)