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

#ifndef LIBC_TYPES_HAS_FLOAT128
#error unsupported
#endif