bolt/deps/llvm-18.1.8/libc/cmake/modules/compiler_features/check_float128.cpp
2025-02-14 19:21:04 +01:00

5 lines
113 B
C++

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