@@ -799,9 +799,10 @@ libc_math_function(
799
799
name = "expm1f" ,
800
800
additional_deps = [
801
801
":__support_fputil_fma" ,
802
- ":__support_fputil_nearest_integer" ,
803
802
":__support_fputil_multiply_add" ,
803
+ ":__support_fputil_nearest_integer" ,
804
804
":__support_fputil_polyeval" ,
805
+ ":__support_macros_properties_cpu_features" ,
805
806
":common_constants" ,
806
807
],
807
808
)
@@ -912,9 +913,10 @@ libc_math_function(
912
913
name = "tanhf" ,
913
914
additional_deps = [
914
915
":__support_fputil_fma" ,
915
- ":__support_fputil_nearest_integer" ,
916
916
":__support_fputil_multiply_add" ,
917
+ ":__support_fputil_nearest_integer" ,
917
918
":__support_fputil_polyeval" ,
919
+ ":__support_macros_properties_cpu_features" ,
918
920
":common_constants" ,
919
921
":explogxf" ,
920
922
],
@@ -962,10 +964,11 @@ libc_math_function(
962
964
name = "asinf" ,
963
965
additional_deps = [
964
966
":__support_fputil_fma" ,
965
- ":__support_fputil_nearest_integer" ,
966
967
":__support_fputil_multiply_add" ,
968
+ ":__support_fputil_nearest_integer" ,
967
969
":__support_fputil_polyeval" ,
968
970
":__support_fputil_sqrt" ,
971
+ ":__support_macros_properties_cpu_features" ,
969
972
":inv_trigf_utils" ,
970
973
],
971
974
)
@@ -1145,6 +1148,7 @@ libc_math_function(
1145
1148
additional_deps = [
1146
1149
":__support_fputil_fma" ,
1147
1150
":__support_fputil_multiply_add" ,
1151
+ ":__support_macros_properties_cpu_features" ,
1148
1152
":sincosf_utils" ,
1149
1153
],
1150
1154
)
@@ -1154,6 +1158,7 @@ libc_math_function(
1154
1158
additional_deps = [
1155
1159
":__support_fputil_fma" ,
1156
1160
":__support_fputil_multiply_add" ,
1161
+ ":__support_macros_properties_cpu_features" ,
1157
1162
":sincosf_utils" ,
1158
1163
],
1159
1164
)
@@ -1164,6 +1169,7 @@ libc_math_function(
1164
1169
":__support_fputil_fma" ,
1165
1170
":__support_fputil_multiply_add" ,
1166
1171
":__support_fputil_polyeval" ,
1172
+ ":__support_macros_properties_cpu_features" ,
1167
1173
":range_reduction" ,
1168
1174
":sincosf_utils" ,
1169
1175
],
@@ -1176,6 +1182,7 @@ libc_math_function(
1176
1182
":__support_fputil_multiply_add" ,
1177
1183
":__support_fputil_nearest_integer" ,
1178
1184
":__support_fputil_polyeval" ,
1185
+ ":__support_macros_properties_cpu_features" ,
1179
1186
":range_reduction" ,
1180
1187
":sincosf_utils" ,
1181
1188
],
0 commit comments