@@ -141,7 +141,6 @@ add_fp_unittest(
141
141
TruncTest.h
142
142
DEPENDS
143
143
libc.src.math.trunc
144
- libc.src.__support.CPP.algorithm
145
144
libc.src.__support.FPUtil.fp_bits
146
145
)
147
146
@@ -156,7 +155,6 @@ add_fp_unittest(
156
155
TruncTest.h
157
156
DEPENDS
158
157
libc.src.math.truncf
159
- libc.src.__support.CPP.algorithm
160
158
libc.src.__support.FPUtil.fp_bits
161
159
)
162
160
@@ -171,22 +169,6 @@ add_fp_unittest(
171
169
TruncTest.h
172
170
DEPENDS
173
171
libc.src.math.truncl
174
- libc.src.__support.CPP.algorithm
175
- libc.src.__support.FPUtil.fp_bits
176
- )
177
-
178
- add_fp_unittest(
179
- truncf16_test
180
- NEED_MPFR
181
- SUITE
182
- libc-math-unittests
183
- SRCS
184
- truncf16_test.cpp
185
- HDRS
186
- TruncTest.h
187
- DEPENDS
188
- libc.src.math.truncf16
189
- libc.src.__support.CPP.algorithm
190
172
libc.src.__support.FPUtil.fp_bits
191
173
)
192
174
@@ -201,7 +183,6 @@ add_fp_unittest(
201
183
CeilTest.h
202
184
DEPENDS
203
185
libc.src.math.ceil
204
- libc.src.__support.CPP.algorithm
205
186
libc.src.__support.FPUtil.fp_bits
206
187
)
207
188
@@ -216,7 +197,6 @@ add_fp_unittest(
216
197
CeilTest.h
217
198
DEPENDS
218
199
libc.src.math.ceilf
219
- libc.src.__support.CPP.algorithm
220
200
libc.src.__support.FPUtil.fp_bits
221
201
)
222
202
@@ -231,22 +211,6 @@ add_fp_unittest(
231
211
CeilTest.h
232
212
DEPENDS
233
213
libc.src.math.ceill
234
- libc.src.__support.CPP.algorithm
235
- libc.src.__support.FPUtil.fp_bits
236
- )
237
-
238
- add_fp_unittest(
239
- ceilf16_test
240
- NEED_MPFR
241
- SUITE
242
- libc-math-unittests
243
- SRCS
244
- ceilf16_test.cpp
245
- HDRS
246
- CeilTest.h
247
- DEPENDS
248
- libc.src.math.ceilf16
249
- libc.src.__support.CPP.algorithm
250
214
libc.src.__support.FPUtil.fp_bits
251
215
)
252
216
@@ -261,7 +225,6 @@ add_fp_unittest(
261
225
FloorTest.h
262
226
DEPENDS
263
227
libc.src.math.floor
264
- libc.src.__support.CPP.algorithm
265
228
libc.src.__support.FPUtil.fp_bits
266
229
)
267
230
@@ -276,7 +239,6 @@ add_fp_unittest(
276
239
FloorTest.h
277
240
DEPENDS
278
241
libc.src.math.floorf
279
- libc.src.__support.CPP.algorithm
280
242
libc.src.__support.FPUtil.fp_bits
281
243
)
282
244
@@ -291,22 +253,6 @@ add_fp_unittest(
291
253
FloorTest.h
292
254
DEPENDS
293
255
libc.src.math.floorl
294
- libc.src.__support.CPP.algorithm
295
- libc.src.__support.FPUtil.fp_bits
296
- )
297
-
298
- add_fp_unittest(
299
- floorf16_test
300
- NEED_MPFR
301
- SUITE
302
- libc-math-unittests
303
- SRCS
304
- floorf16_test.cpp
305
- HDRS
306
- FloorTest.h
307
- DEPENDS
308
- libc.src.math.floorf16
309
- libc.src.__support.CPP.algorithm
310
256
libc.src.__support.FPUtil.fp_bits
311
257
)
312
258
@@ -321,7 +267,6 @@ add_fp_unittest(
321
267
RoundTest.h
322
268
DEPENDS
323
269
libc.src.math.round
324
- libc.src.__support.CPP.algorithm
325
270
libc.src.__support.FPUtil.fp_bits
326
271
)
327
272
@@ -336,7 +281,6 @@ add_fp_unittest(
336
281
RoundTest.h
337
282
DEPENDS
338
283
libc.src.math.roundf
339
- libc.src.__support.CPP.algorithm
340
284
libc.src.__support.FPUtil.fp_bits
341
285
)
342
286
@@ -351,22 +295,6 @@ add_fp_unittest(
351
295
RoundTest.h
352
296
DEPENDS
353
297
libc.src.math.roundl
354
- libc.src.__support.CPP.algorithm
355
- libc.src.__support.FPUtil.fp_bits
356
- )
357
-
358
- add_fp_unittest(
359
- roundf16_test
360
- NEED_MPFR
361
- SUITE
362
- libc-math-unittests
363
- SRCS
364
- roundf16_test.cpp
365
- HDRS
366
- RoundTest.h
367
- DEPENDS
368
- libc.src.math.roundf16
369
- libc.src.__support.CPP.algorithm
370
298
libc.src.__support.FPUtil.fp_bits
371
299
)
372
300
@@ -381,7 +309,6 @@ add_fp_unittest(
381
309
RoundEvenTest.h
382
310
DEPENDS
383
311
libc.src.math.roundeven
384
- libc.src.__support.CPP.algorithm
385
312
libc.src.__support.FPUtil.fp_bits
386
313
)
387
314
@@ -396,7 +323,6 @@ add_fp_unittest(
396
323
RoundEvenTest.h
397
324
DEPENDS
398
325
libc.src.math.roundevenf
399
- libc.src.__support.CPP.algorithm
400
326
libc.src.__support.FPUtil.fp_bits
401
327
)
402
328
@@ -411,22 +337,6 @@ add_fp_unittest(
411
337
RoundEvenTest.h
412
338
DEPENDS
413
339
libc.src.math.roundevenl
414
- libc.src.__support.CPP.algorithm
415
- libc.src.__support.FPUtil.fp_bits
416
- )
417
-
418
- add_fp_unittest(
419
- roundevenf16_test
420
- NEED_MPFR
421
- SUITE
422
- libc-math-unittests
423
- SRCS
424
- roundevenf16_test.cpp
425
- HDRS
426
- RoundEvenTest.h
427
- DEPENDS
428
- libc.src.math.roundevenf16
429
- libc.src.__support.CPP.algorithm
430
340
libc.src.__support.FPUtil.fp_bits
431
341
)
432
342
0 commit comments