@@ -2332,9 +2332,9 @@ libc_support_library(
2332
2332
hdrs = ["src/__support/math/cbrtf.h" ],
2333
2333
deps = [
2334
2334
":__support_fputil_double_double" ,
2335
- ":__support_fputil_polyeval" ,
2336
- ":__support_fputil_fenv_impl" ,
2337
2335
":__support_fputil_dyadic_float" ,
2336
+ ":__support_fputil_fenv_impl" ,
2337
+ ":__support_fputil_polyeval" ,
2338
2338
":__support_integer_literals" ,
2339
2339
],
2340
2340
)
@@ -2343,8 +2343,8 @@ libc_support_library(
2343
2343
name = "__support_math_cos" ,
2344
2344
hdrs = ["src/__support/math/cos.h" ],
2345
2345
deps = [
2346
- ":__support_fputil_multiply_add" ,
2347
2346
":__support_fputil_except_value_utils" ,
2347
+ ":__support_fputil_multiply_add" ,
2348
2348
":__support_macros_optimization" ,
2349
2349
":__support_macros_properties_cpu_features" ,
2350
2350
":__support_range_reduction_double" ,
@@ -2368,10 +2368,10 @@ libc_support_library(
2368
2368
name = "__support_math_cosf16" ,
2369
2369
hdrs = ["src/__support/math/cosf16.h" ],
2370
2370
deps = [
2371
- ":__support_fputil_multiply_add" ,
2372
- ":__support_fputil_fenv_impl" ,
2373
2371
":__support_fputil_cast" ,
2374
2372
":__support_fputil_except_value_utils" ,
2373
+ ":__support_fputil_fenv_impl" ,
2374
+ ":__support_fputil_multiply_add" ,
2375
2375
":__support_macros_optimization" ,
2376
2376
":__support_math_sincosf16_utils" ,
2377
2377
":errno" ,
@@ -2718,8 +2718,8 @@ libc_support_library(
2718
2718
name = "__support_math_sinhfcoshf_utils" ,
2719
2719
hdrs = ["src/__support/math/sinhfcoshf_utils.h" ],
2720
2720
deps = [
2721
- ":__support_math_exp10f_utils" ,
2722
2721
":__support_fputil_multiply_add" ,
2722
+ ":__support_math_exp10f_utils" ,
2723
2723
],
2724
2724
)
2725
2725
0 commit comments