xref: /llvm-project/libc/cmake/modules/compiler_features/check_float128.cpp (revision 75fb825bccaa1e0f1ca9f76f9c72434a26d9966a)
1 #include "src/__support/macros/properties/types.h"
2 
3 #ifndef LIBC_TYPES_HAS_FLOAT128
4 #error unsupported
5 #endif
6