@@ -2124,7 +2124,7 @@ libc_support_library(
21242124 ":__support_fputil_nearest_integer" ,
21252125 ":__support_fputil_polyeval" ,
21262126 ":__support_macros_attributes" ,
2127- ":llvm_libc_macros_float16_macros" ,
2127+ ":llvm_libc_macros_float16_macros"
21282128 ],
21292129)
21302130
@@ -2133,6 +2133,7 @@ libc_support_library(
21332133 hdrs = ["src/__support/math/expf16.h" ],
21342134 deps = [
21352135 ":__support_common" ,
2136+ ":__support_libc_errno" ,
21362137 ":__support_cpp_array" ,
21372138 ":__support_fputil_cast" ,
21382139 ":__support_fputil_except_value_utils" ,
@@ -2142,30 +2143,29 @@ libc_support_library(
21422143 ":__support_fputil_nearest_integer" ,
21432144 ":__support_fputil_polyeval" ,
21442145 ":__support_fputil_rounding_mode" ,
2145- ":__support_libc_errno" ,
21462146 ":__support_macros_optimization" ,
21472147 ":__support_math_expf16_utils" ,
2148- ":llvm_libc_macros_float16_macros" ,
2148+ ":llvm_libc_macros_float16_macros"
21492149 ],
21502150)
21512151
21522152libc_support_library (
21532153 name = "__support_math_frexpf128" ,
21542154 hdrs = ["src/__support/math/frexpf128.h" ],
21552155 deps = [
2156- ":__support_fputil_manipulation_functions" ,
21572156 ":__support_macros_properties_types" ,
2157+ ":__support_fputil_manipulation_functions" ,
21582158 ],
21592159)
21602160
21612161libc_support_library (
21622162 name = "__support_math_frexpf16" ,
21632163 hdrs = ["src/__support/math/frexpf16.h" ],
21642164 deps = [
2165- ":__support_fputil_manipulation_functions" ,
21662165 ":__support_macros_config" ,
21672166 ":__support_macros_properties_types" ,
2168- ":llvm_libc_macros_float16_macros" ,
2167+ ":__support_fputil_manipulation_functions" ,
2168+ ":llvm_libc_macros_float16_macros"
21692169 ],
21702170)
21712171
@@ -2183,17 +2183,17 @@ libc_support_library(
21832183 deps = [
21842184 ":__support_fputil_manipulation_functions" ,
21852185 ":__support_macros_properties_types" ,
2186- ":llvm_libc_types_float128" ,
2186+ ":llvm_libc_types_float128"
21872187 ],
21882188)
21892189
21902190libc_support_library (
21912191 name = "__support_math_ldexpf16" ,
21922192 hdrs = ["src/__support/math/ldexpf16.h" ],
21932193 deps = [
2194- ":__support_fputil_manipulation_functions" ,
21952194 ":__support_macros_properties_types" ,
2196- ":llvm_libc_macros_float16_macros" ,
2195+ ":__support_fputil_manipulation_functions" ,
2196+ ":llvm_libc_macros_float16_macros"
21972197 ],
21982198)
21992199
@@ -2217,8 +2217,8 @@ libc_support_library(
22172217 name = "__support_math_exp_utils" ,
22182218 hdrs = ["src/__support/math/exp_utils.h" ],
22192219 deps = [
2220- ":__support_cpp_bit" ,
22212220 ":__support_cpp_optional" ,
2221+ ":__support_cpp_bit" ,
22222222 ":__support_fputil_fp_bits" ,
22232223 ],
22242224)
@@ -2227,9 +2227,10 @@ libc_support_library(
22272227 name = "__support_math_exp" ,
22282228 hdrs = ["src/__support/math/exp.h" ],
22292229 deps = [
2230+ ":__support_math_exp_constants" ,
2231+ ":__support_math_exp_utils" ,
22302232 ":__support_cpp_bit" ,
22312233 ":__support_cpp_optional" ,
2232- ":__support_fputil_double_double" ,
22332234 ":__support_fputil_dyadic_float" ,
22342235 ":__support_fputil_fenv_impl" ,
22352236 ":__support_fputil_fp_bits" ,
@@ -2238,10 +2239,9 @@ libc_support_library(
22382239 ":__support_fputil_polyeval" ,
22392240 ":__support_fputil_rounding_mode" ,
22402241 ":__support_fputil_triple_double" ,
2242+ ":__support_fputil_double_double" ,
22412243 ":__support_integer_literals" ,
22422244 ":__support_macros_optimization" ,
2243- ":__support_math_exp_constants" ,
2244- ":__support_math_exp_utils" ,
22452245 ],
22462246)
22472247
@@ -3296,13 +3296,13 @@ libc_math_function(
32963296 name = "frexpf128" ,
32973297 additional_deps = [
32983298 ":__support_math_frexpf128" ,
3299- ],
3299+ ]
33003300)
33013301
33023302libc_math_function (
33033303 name = "frexpf16" ,
33043304 additional_deps = [
3305- ":__support_math_frexpf16" ,
3305+ ":__support_math_frexpf16"
33063306 ],
33073307)
33083308
@@ -3389,7 +3389,7 @@ libc_math_function(
33893389 name = "ldexpf" ,
33903390 additional_deps = [
33913391 ":__support_math_ldexpf" ,
3392- ],
3392+ ]
33933393)
33943394
33953395libc_math_function (name = "ldexpl" )
0 commit comments