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 75ae446 commit ef4490dCopy full SHA for ef4490d
utils/bazel/llvm-project-overlay/libc/BUILD.bazel
@@ -2382,13 +2382,13 @@ libc_support_library(
2382
name = "__support_math_coshf16",
2383
hdrs = ["src/__support/math/coshf16.h"],
2384
deps = [
2385
- ":__support_math_expxf16_utils",
+ ":__support_fputil_except_value_utils",
2386
":__support_fputil_fenv_impl",
2387
":__support_fputil_fp_bits",
2388
- ":__support_fputil_except_value_utils",
2389
":__support_fputil_rounding_mode",
2390
":__support_macros_config",
2391
":__support_macros_optimization",
+ ":__support_math_expxf16_utils",
2392
],
2393
)
2394
0 commit comments