Sign in
◑
Theme
fuchsia
/
third_party
/
llvm-project
/
refs/tags/llvmorg-16.0.0-rc3
/
.
/
libc
/
test
/
utils
/
FPUtil
/
CMakeLists.txt
blob: 06b7042e20db5a77978ddb0b216064960f4f591a [
file
]
if((${LIBC_TARGET_OS} STREQUAL "linux") AND (${LIBC_TARGET_ARCHITECTURE_IS_X86}))
add_libc_unittest(
x86_long_double_test
SRCS
x86_long_double_test.cpp
DEPENDS
libc.include.math
libc.src.__support.FPUtil.fp_bits
)
endif()