xref: /llvm-project/libc/cmake/modules/compiler_features/check_cfloat128.cpp (revision abd91023447d146f36357326fc97c458b49e40af)
1*abd91023SShourya Goel #include "src/__support/macros/properties/complex_types.h"
2*abd91023SShourya Goel 
3*abd91023SShourya Goel #ifndef LIBC_TYPES_HAS_CFLOAT128
4*abd91023SShourya Goel #error unsupported
5*abd91023SShourya Goel #endif
6