File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -3667,10 +3667,14 @@ add_fp_unittest(
3667
3667
SRCS
3668
3668
nextafterbf16_test.cpp
3669
3669
HDRS
3670
- NextUpTest .h
3670
+ NextAfterTest .h
3671
3671
DEPENDS
3672
+ libc.hdr.fenv_macros
3672
3673
libc.src.math.nextafterbf16
3674
+ libc.src.__support.CPP.bit
3673
3675
libc.src.__support.FPUtil.bfloat16
3676
+ libc.src.__support.FPUtil.fenv_impl
3677
+ libc.src.__support.FPUtil.fp_bits
3674
3678
)
3675
3679
3676
3680
# FIXME: These tests are currently spurious for the GPU.
@@ -3747,10 +3751,14 @@ add_fp_unittest(
3747
3751
SRCS
3748
3752
nexttowardbf16_test.cpp
3749
3753
HDRS
3750
- NextUpTest .h
3754
+ NextTowardTest .h
3751
3755
DEPENDS
3756
+ libc.hdr.fenv_macros
3752
3757
libc.src.math.nexttowardbf16
3758
+ libc.src.__support.CPP.bit
3753
3759
libc.src.__support.FPUtil.bfloat16
3760
+ libc.src.__support.FPUtil.fenv_impl
3761
+ libc.src.__support.FPUtil.fp_bits
3754
3762
)
3755
3763
3756
3764
add_fp_unittest (
@@ -3820,7 +3828,7 @@ add_fp_unittest(
3820
3828
SRCS
3821
3829
nextdownbf16_test.cpp
3822
3830
HDRS
3823
- NextUpTest .h
3831
+ NextDownTest .h
3824
3832
DEPENDS
3825
3833
libc.src.math.nextdownbf16
3826
3834
libc.src.__support.FPUtil.bfloat16
You can’t perform that action at this time.
0 commit comments