File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -494,6 +494,7 @@ add_fp_unittest(
494
494
HDRS
495
495
RIntTest.h
496
496
DEPENDS
497
+ libc.hdr.fenv_macros
497
498
libc.src.math.rint
498
499
libc.src.__support.CPP.algorithm
499
500
libc.src.__support.FPUtil.fenv_impl
@@ -510,6 +511,7 @@ add_fp_unittest(
510
511
HDRS
511
512
RIntTest.h
512
513
DEPENDS
514
+ libc.hdr.fenv_macros
513
515
libc.src.math.rintf
514
516
libc.src.__support.CPP.algorithm
515
517
libc.src.__support.FPUtil.fenv_impl
@@ -526,6 +528,7 @@ add_fp_unittest(
526
528
HDRS
527
529
RIntTest.h
528
530
DEPENDS
531
+ libc.hdr.fenv_macros
529
532
libc.src.math.rintl
530
533
libc.src.__support.CPP.algorithm
531
534
libc.src.__support.FPUtil.fenv_impl
@@ -542,6 +545,7 @@ add_fp_unittest(
542
545
HDRS
543
546
RIntTest.h
544
547
DEPENDS
548
+ libc.hdr.fenv_macros
545
549
libc.src.math.rintf16
546
550
libc.src.__support.CPP.algorithm
547
551
libc.src.__support.FPUtil.fenv_impl
Original file line number Diff line number Diff line change 19
19
20
20
#include " hdr/fenv_macros.h"
21
21
#include " hdr/math_macros.h"
22
- #include < stdio.h>
23
22
24
23
namespace mpfr = LIBC_NAMESPACE::testing::mpfr;
25
24
You can’t perform that action at this time.
0 commit comments