@@ -1109,6 +1109,7 @@ libc_support_library(
1109
1109
deps = [
1110
1110
":__support_cpp_bit" ,
1111
1111
":__support_cpp_type_traits" ,
1112
+ ":__support_fputil_basic_operations" ,
1112
1113
":__support_fputil_cast" ,
1113
1114
":__support_fputil_comparison_operations" ,
1114
1115
":__support_fputil_dyadic_float" ,
@@ -2205,7 +2206,6 @@ libc_support_library(
2205
2206
name = "__support_math_asin" ,
2206
2207
hdrs = ["src/__support/math/asin.h" ],
2207
2208
deps = [
2208
- ":__support_math_asin_utils" ,
2209
2209
":__support_fputil_double_double" ,
2210
2210
":__support_fputil_dyadic_float" ,
2211
2211
":__support_fputil_fenv_impl" ,
@@ -2215,38 +2215,39 @@ libc_support_library(
2215
2215
":__support_fputil_sqrt" ,
2216
2216
":__support_macros_optimization" ,
2217
2217
":__support_macros_properties_cpu_features" ,
2218
+ ":__support_math_asin_utils" ,
2218
2219
],
2219
2220
)
2220
2221
2221
2222
libc_support_library (
2222
2223
name = "__support_math_asinhf" ,
2223
2224
hdrs = ["src/__support/math/asinhf.h" ],
2224
2225
deps = [
2225
- ":__support_math_acoshf_utils" ,
2226
2226
":__support_fputil_fp_bits" ,
2227
- ":__support_fputil_polyeval" ,
2228
2227
":__support_fputil_multiply_add" ,
2228
+ ":__support_fputil_polyeval" ,
2229
2229
":__support_fputil_sqrt" ,
2230
2230
":__support_macros_config" ,
2231
2231
":__support_macros_optimization" ,
2232
+ ":__support_math_acoshf_utils" ,
2232
2233
],
2233
2234
)
2234
2235
2235
2236
libc_support_library (
2236
2237
name = "__support_math_asinhf16" ,
2237
2238
hdrs = ["src/__support/math/asinhf16.h" ],
2238
2239
deps = [
2239
- ":__support_math_acoshf_utils" ,
2240
- ":__support_fputil_fenv_impl" ,
2241
- ":__support_fputil_fp_bits" ,
2242
- ":__support_fputil_polyeval" ,
2243
2240
":__support_fputil_cast" ,
2244
2241
":__support_fputil_except_value_utils" ,
2242
+ ":__support_fputil_fenv_impl" ,
2243
+ ":__support_fputil_fp_bits" ,
2245
2244
":__support_fputil_multiply_add" ,
2245
+ ":__support_fputil_polyeval" ,
2246
2246
":__support_fputil_rounding_mode" ,
2247
2247
":__support_fputil_sqrt" ,
2248
2248
":__support_macros_config" ,
2249
2249
":__support_macros_optimization" ,
2250
+ ":__support_math_acoshf_utils" ,
2250
2251
],
2251
2252
)
2252
2253
@@ -2288,12 +2289,12 @@ libc_support_library(
2288
2289
name = "__support_math_atan2f" ,
2289
2290
hdrs = ["src/__support/math/atan2f.h" ],
2290
2291
deps = [
2292
+ ":__support_fputil_double_double" ,
2291
2293
":__support_fputil_fenv_impl" ,
2292
2294
":__support_fputil_fp_bits" ,
2293
- ":__support_fputil_polyeval" ,
2294
- ":__support_fputil_double_double" ,
2295
2295
":__support_fputil_multiply_add" ,
2296
2296
":__support_fputil_nearest_integer" ,
2297
+ ":__support_fputil_polyeval" ,
2297
2298
":__support_macros_config" ,
2298
2299
":__support_macros_optimization" ,
2299
2300
":__support_math_inv_trigf_utils" ,
@@ -2304,13 +2305,13 @@ libc_support_library(
2304
2305
name = "__support_math_atan2f128" ,
2305
2306
hdrs = ["src/__support/math/atan2f128.h" ],
2306
2307
deps = [
2307
- ":__support_math_atan_utils" ,
2308
- ":__support_fputil_fp_bits" ,
2309
2308
":__support_fputil_dyadic_float" ,
2309
+ ":__support_fputil_fp_bits" ,
2310
2310
":__support_fputil_nearest_integer" ,
2311
2311
":__support_integer_literals" ,
2312
2312
":__support_macros_config" ,
2313
2313
":__support_macros_optimization" ,
2314
+ ":__support_math_atan_utils" ,
2314
2315
":__support_uint128" ,
2315
2316
],
2316
2317
)
@@ -2337,8 +2338,8 @@ libc_support_library(
2337
2338
":__support_fputil_except_value_utils" ,
2338
2339
":__support_fputil_fenv_impl" ,
2339
2340
":__support_fputil_fp_bits" ,
2340
- ":__support_fputil_polyeval" ,
2341
2341
":__support_fputil_multiply_add" ,
2342
+ ":__support_fputil_polyeval" ,
2342
2343
":__support_fputil_sqrt" ,
2343
2344
":__support_macros_optimization" ,
2344
2345
],
@@ -2348,15 +2349,15 @@ libc_support_library(
2348
2349
name = "__support_math_asinf" ,
2349
2350
hdrs = ["src/__support/math/asinf.h" ],
2350
2351
deps = [
2351
- ":__support_math_inv_trigf_utils " ,
2352
+ ":__support_fputil_except_value_utils " ,
2352
2353
":__support_fputil_fenv_impl" ,
2353
2354
":__support_fputil_fp_bits" ,
2354
- ":__support_fputil_except_value_utils" ,
2355
2355
":__support_fputil_multiply_add" ,
2356
2356
":__support_fputil_sqrt" ,
2357
2357
":__support_macros_config" ,
2358
2358
":__support_macros_optimization" ,
2359
2359
":__support_macros_properties_cpu_features" ,
2360
+ ":__support_math_inv_trigf_utils" ,
2360
2361
],
2361
2362
)
2362
2363
@@ -2366,8 +2367,8 @@ libc_support_library(
2366
2367
deps = [
2367
2368
":__support_fputil_fenv_impl" ,
2368
2369
":__support_fputil_fp_bits" ,
2369
- ":__support_fputil_polyeval" ,
2370
2370
":__support_fputil_multiply_add" ,
2371
+ ":__support_fputil_polyeval" ,
2371
2372
":__support_fputil_sqrt" ,
2372
2373
":__support_macros_optimization" ,
2373
2374
],
@@ -2377,24 +2378,24 @@ libc_support_library(
2377
2378
name = "__support_math_atanhf" ,
2378
2379
hdrs = ["src/__support/math/atanhf.h" ],
2379
2380
deps = [
2380
- ":__support_math_acoshf_utils" ,
2381
2381
":__support_fputil_fenv_impl" ,
2382
2382
":__support_fputil_fp_bits" ,
2383
2383
":__support_macros_config" ,
2384
2384
":__support_macros_optimization" ,
2385
+ ":__support_math_acoshf_utils" ,
2385
2386
],
2386
2387
)
2387
2388
2388
2389
libc_support_library (
2389
2390
name = "__support_math_atanhf16" ,
2390
2391
hdrs = ["src/__support/math/atanhf16.h" ],
2391
2392
deps = [
2392
- ":__support_fputil_fenv_impl" ,
2393
- ":__support_fputil_fp_bits" ,
2394
- ":__support_fputil_polyeval" ,
2395
2393
":__support_fputil_cast" ,
2396
2394
":__support_fputil_except_value_utils" ,
2395
+ ":__support_fputil_fenv_impl" ,
2396
+ ":__support_fputil_fp_bits" ,
2397
2397
":__support_fputil_multiply_add" ,
2398
+ ":__support_fputil_polyeval" ,
2398
2399
":__support_macros_config" ,
2399
2400
":__support_macros_optimization" ,
2400
2401
],
@@ -2405,9 +2406,9 @@ libc_support_library(
2405
2406
hdrs = ["src/__support/math/cbrt.h" ],
2406
2407
deps = [
2407
2408
":__support_fputil_double_double" ,
2408
- ":__support_fputil_polyeval" ,
2409
- ":__support_fputil_fenv_impl" ,
2410
2409
":__support_fputil_dyadic_float" ,
2410
+ ":__support_fputil_fenv_impl" ,
2411
+ ":__support_fputil_polyeval" ,
2411
2412
":__support_integer_literals" ,
2412
2413
],
2413
2414
)
@@ -2995,21 +2996,21 @@ libc_math_function(
2995
2996
libc_math_function (
2996
2997
name = "atanf" ,
2997
2998
additional_deps = [
2998
- ":__support_math_atanf"
2999
+ ":__support_math_atanf" ,
2999
3000
],
3000
3001
)
3001
3002
3002
3003
libc_math_function (
3003
3004
name = "atanf16" ,
3004
3005
additional_deps = [
3005
- ":__support_math_atanf16"
3006
+ ":__support_math_atanf16" ,
3006
3007
],
3007
3008
)
3008
3009
3009
3010
libc_math_function (
3010
3011
name = "atan" ,
3011
3012
additional_deps = [
3012
- ":__support_math_atan"
3013
+ ":__support_math_atan" ,
3013
3014
],
3014
3015
)
3015
3016
@@ -3030,7 +3031,7 @@ libc_math_function(
3030
3031
libc_math_function (
3031
3032
name = "atan2" ,
3032
3033
additional_deps = [
3033
- ":__support_math_atan2" ,
3034
+ ":__support_math_atan2" ,
3034
3035
],
3035
3036
)
3036
3037
0 commit comments