nit: cmake rules

Co-authored-by: OverMighty <its.overmighty@gmail.com>
This commit is contained in:
Krishna Pandey 2025-08-20 22:58:55 +05:30 committed by GitHub
parent 6092968769
commit 1e33fe25e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3667,10 +3667,14 @@ add_fp_unittest(
SRCS
nextafterbf16_test.cpp
HDRS
NextUpTest.h
NextAfterTest.h
DEPENDS
libc.hdr.fenv_macros
libc.src.math.nextafterbf16
libc.src.__support.CPP.bit
libc.src.__support.FPUtil.bfloat16
libc.src.__support.FPUtil.fenv_impl
libc.src.__support.FPUtil.fp_bits
)
# FIXME: These tests are currently spurious for the GPU.
@ -3747,10 +3751,14 @@ add_fp_unittest(
SRCS
nexttowardbf16_test.cpp
HDRS
NextUpTest.h
NextTowardTest.h
DEPENDS
libc.hdr.fenv_macros
libc.src.math.nexttowardbf16
libc.src.__support.CPP.bit
libc.src.__support.FPUtil.bfloat16
libc.src.__support.FPUtil.fenv_impl
libc.src.__support.FPUtil.fp_bits
)
add_fp_unittest(
@ -3820,7 +3828,7 @@ add_fp_unittest(
SRCS
nextdownbf16_test.cpp
HDRS
NextUpTest.h
NextDownTest.h
DEPENDS
libc.src.math.nextdownbf16
libc.src.__support.FPUtil.bfloat16