Files
clang-p2996/libc/cmake/modules/compiler_features/check_float128.cpp

6 lines
116 B
C++

#include "src/__support/macros/properties/compiler.h"
#ifndef LIBC_COMPILER_HAS_FLOAT128
#error unsupported
#endif