@@ -2167,22 +2167,6 @@ libc_support_library(
21672167 ],
21682168)
21692169
2170- libc_support_library (
2171- name = "exp2f_impl" ,
2172- hdrs = ["src/math/generic/exp2f_impl.h" ],
2173- deps = [
2174- ":__support_fputil_except_value_utils" ,
2175- ":__support_fputil_fma" ,
2176- ":__support_fputil_multiply_add" ,
2177- ":__support_fputil_nearest_integer" ,
2178- ":__support_fputil_polyeval" ,
2179- ":__support_fputil_rounding_mode" ,
2180- ":__support_macros_optimization" ,
2181- ":__support_math_common_constants" ,
2182- ":__support_math_exp10f_utils" ,
2183- ],
2184- )
2185-
21862170libc_support_library (
21872171 name = "__support_math_acos" ,
21882172 hdrs = ["src/__support/math/acos.h" ],
@@ -2895,6 +2879,22 @@ libc_support_library(
28952879 ],
28962880)
28972881
2882+ libc_support_library (
2883+ name = "__support_math_exp2f" ,
2884+ hdrs = ["src/__support/math/exp2f.h" ],
2885+ deps = [
2886+ ":__support_fputil_except_value_utils" ,
2887+ ":__support_fputil_fma" ,
2888+ ":__support_fputil_multiply_add" ,
2889+ ":__support_fputil_nearest_integer" ,
2890+ ":__support_fputil_polyeval" ,
2891+ ":__support_fputil_rounding_mode" ,
2892+ ":__support_macros_optimization" ,
2893+ ":__support_math_common_constants" ,
2894+ ":__support_math_exp10f_utils" ,
2895+ ],
2896+ )
2897+
28982898libc_support_library (
28992899 name = "__support_math_exp10" ,
29002900 hdrs = ["src/__support/math/exp10.h" ],
@@ -3676,7 +3676,7 @@ libc_math_function(
36763676libc_math_function (
36773677 name = "exp2f" ,
36783678 additional_deps = [
3679- ":exp2f_impl " ,
3679+ ":__support_math_exp2f " ,
36803680 ],
36813681)
36823682
@@ -4511,7 +4511,7 @@ libc_math_function(
45114511 ":__support_macros_optimization" ,
45124512 ":__support_math_exp10f" ,
45134513 ":__support_math_common_constants" ,
4514- ":exp2f_impl " ,
4514+ ":__support_math_exp2f " ,
45154515 ],
45164516)
45174517
0 commit comments