aboutsummaryrefslogtreecommitdiff
path: root/libc/cmake/modules/compiler_features/check_cfloat128.cpp
blob: a798ccb98968905df1f7b4e40cd798a39b6f8dd8 (plain)
1
2
3
4
5
#include "src/__support/macros/properties/complex_types.h"

#ifndef LIBC_TYPES_HAS_CFLOAT128
#error unsupported
#endif