bolt/deps/llvm-18.1.8/libc/cmake/modules/compiler_features/check_float128.cpp

6 lines
113 B
C++
Raw Normal View History

2025-02-14 19:21:04 +01:00
#include "src/__support/macros/properties/float.h"
#ifndef LIBC_COMPILER_HAS_FLOAT128
#error unsupported
#endif