@@ -2094,6 +2094,7 @@ add_fp_unittest(
2094
2094
LdExpTest.h
2095
2095
DEPENDS
2096
2096
libc.src.math.ldexp
2097
+ libc.src.__support.CPP.algorithm
2097
2098
libc.src.__support.CPP.limits
2098
2099
libc.src.__support.FPUtil.fp_bits
2099
2100
libc.src.__support.FPUtil.normal_float
@@ -2109,6 +2110,7 @@ add_fp_unittest(
2109
2110
LdExpTest.h
2110
2111
DEPENDS
2111
2112
libc.src.math.ldexpf
2113
+ libc.src.__support.CPP.algorithm
2112
2114
libc.src.__support.CPP.limits
2113
2115
libc.src.__support.FPUtil.fp_bits
2114
2116
libc.src.__support.FPUtil.normal_float
@@ -2124,6 +2126,7 @@ add_fp_unittest(
2124
2126
LdExpTest.h
2125
2127
DEPENDS
2126
2128
libc.src.math.ldexpl
2129
+ libc.src.__support.CPP.algorithm
2127
2130
libc.src.__support.CPP.limits
2128
2131
libc.src.__support.FPUtil.fp_bits
2129
2132
libc.src.__support.FPUtil.normal_float
@@ -2139,6 +2142,7 @@ add_fp_unittest(
2139
2142
LdExpTest.h
2140
2143
DEPENDS
2141
2144
libc.src.math.ldexpf16
2145
+ libc.src.__support.CPP.algorithm
2142
2146
libc.src.__support.CPP.limits
2143
2147
libc.src.__support.FPUtil.fp_bits
2144
2148
libc.src.__support.FPUtil.normal_float
@@ -2154,6 +2158,7 @@ add_fp_unittest(
2154
2158
LdExpTest.h
2155
2159
DEPENDS
2156
2160
libc.src.math.ldexpf128
2161
+ libc.src.__support.CPP.algorithm
2157
2162
libc.src.__support.CPP.limits
2158
2163
libc.src.__support.FPUtil.fp_bits
2159
2164
libc.src.__support.FPUtil.normal_float
@@ -2169,6 +2174,7 @@ add_fp_unittest(
2169
2174
LdExpTest.h
2170
2175
DEPENDS
2171
2176
libc.src.math.ldexpbf16
2177
+ libc.src.__support.CPP.algorithm
2172
2178
libc.src.__support.CPP.limits
2173
2179
libc.src.__support.FPUtil.bfloat16
2174
2180
libc.src.__support.FPUtil.fp_bits
0 commit comments