[libc][math] Fix bazel build for fmaf16 (#187111)

This commit is contained in:
Muhammad Bassiouni 2026-03-17 22:04:19 +02:00 committed by GitHub
parent 6b2e347ae1
commit 673002f325
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4335,7 +4335,7 @@ libc_support_library(
deps = [
":__support_fputil_fma",
":__support_macros_config",
":llvm_libc_types_float16",
":llvm_libc_macros_float16_macros",
],
)