[libc][math] Fix fma bazel build (#187107)

This commit is contained in:
Muhammad Bassiouni 2026-03-17 21:47:15 +02:00 committed by GitHub
parent 2ef41cca14
commit f0e699a35c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7107,7 +7107,7 @@ libc_math_function(
libc_math_function(
name = "fma",
additional_deps = [":__support_fputil_fma"],
additional_deps = [":__support_math_fma"],
)
libc_math_function(