@@ -2167,22 +2167,6 @@ libc_support_library(
2167
2167
],
2168
2168
)
2169
2169
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
-
2186
2170
libc_support_library (
2187
2171
name = "__support_math_acos" ,
2188
2172
hdrs = ["src/__support/math/acos.h" ],
@@ -2895,6 +2879,22 @@ libc_support_library(
2895
2879
],
2896
2880
)
2897
2881
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
+
2898
2898
libc_support_library (
2899
2899
name = "__support_math_exp10" ,
2900
2900
hdrs = ["src/__support/math/exp10.h" ],
@@ -3676,7 +3676,7 @@ libc_math_function(
3676
3676
libc_math_function (
3677
3677
name = "exp2f" ,
3678
3678
additional_deps = [
3679
- ":exp2f_impl " ,
3679
+ ":__support_math_exp2f " ,
3680
3680
],
3681
3681
)
3682
3682
@@ -4511,7 +4511,7 @@ libc_math_function(
4511
4511
":__support_macros_optimization" ,
4512
4512
":__support_math_exp10f" ,
4513
4513
":__support_math_common_constants" ,
4514
- ":exp2f_impl " ,
4514
+ ":__support_math_exp2f " ,
4515
4515
],
4516
4516
)
4517
4517
0 commit comments