File tree 2 files changed +4
-1
lines changed 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -584,6 +584,7 @@ add_fp_unittest(
584
584
HDRS
585
585
RIntTest.h
586
586
DEPENDS
587
+ libc.hdr.fenv_macros
587
588
libc.src.math.rint
588
589
libc.src.__support.CPP.algorithm
589
590
libc.src.__support.FPUtil.fenv_impl
@@ -600,6 +601,7 @@ add_fp_unittest(
600
601
HDRS
601
602
RIntTest.h
602
603
DEPENDS
604
+ libc.hdr.fenv_macros
603
605
libc.src.math.rintf
604
606
libc.src.__support.CPP.algorithm
605
607
libc.src.__support.FPUtil.fenv_impl
@@ -616,6 +618,7 @@ add_fp_unittest(
616
618
HDRS
617
619
RIntTest.h
618
620
DEPENDS
621
+ libc.hdr.fenv_macros
619
622
libc.src.math.rintl
620
623
libc.src.__support.CPP.algorithm
621
624
libc.src.__support.FPUtil.fenv_impl
@@ -632,6 +635,7 @@ add_fp_unittest(
632
635
HDRS
633
636
RIntTest.h
634
637
DEPENDS
638
+ libc.hdr.fenv_macros
635
639
libc.src.math.rintf16
636
640
libc.src.__support.CPP.algorithm
637
641
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