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 fd02a05 commit b69e80eCopy full SHA for b69e80e
utils/bazel/llvm-project-overlay/libc/BUILD.bazel
@@ -2831,7 +2831,12 @@ libc_math_function(name = "floorf16")
2831
2832
# TODO: Add fma, fmaf, fmal, fmaf128 functions.
2833
2834
-libc_math_function(name = "fmaf16")
+libc_math_function(
2835
+ name = "fmaf16",
2836
+ additional_deps = [
2837
+ ":__support_fputil_fma",
2838
+ ],
2839
+)
2840
2841
libc_math_function(name = "fmax")
2842
0 commit comments