[GlobalISel] Add G_ABDS and G_ABDU instructions (#118122)
[llvm-project.git] / libc / test / utils / FPUtil / CMakeLists.txt
blob7b6c294506b19b9f1ebf2fab7805f24404a4ca18
1 if((${LIBC_TARGET_OS} STREQUAL "linux") AND (${LIBC_TARGET_ARCHITECTURE_IS_X86}))
2   add_libc_unittest(
3     x86_long_double_test
4     SRCS
5       x86_long_double_test.cpp
6     DEPENDS
7       libc.hdr.math_macros
8       libc.src.__support.FPUtil.fp_bits
9   )
10 endif()