Files
clang-p2996/libc/cmake/modules/compiler_features/check_float128.cpp
2024-02-29 21:59:58 +01:00

6 lines
110 B
C++

#include "src/__support/macros/properties/types.h"
#ifndef LIBC_TYPES_HAS_FLOAT128
#error unsupported
#endif