blob: a64441fbd6fd2691e355244fa6b3a8be31f4c92d [file] [log] [blame]
# Tests in Rounding can run only if the target implements builtin functions for
# manipulation of rounding mode.
set(SUPPORTED_ARCHS x86 AArch64)
if(ARCH IN_LIST SUPPORTED_ARCHS)
add_subdirectory(rounding)
endif()