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

#ifndef LIBC_TYPES_HAS_CFLOAT16
#error unsupported
#endif