Files
clang-p2996/libc/cmake/modules/compiler_features/check_cfloat128.cpp
Shourya Goel abd9102344 [libc][complex] add cfloat16 and cfloat128 compiler flags (#121140)
Proper fix for the temporary fix in #114696
2024-12-26 12:50:07 +05:30

6 lines
119 B
C++

#include "src/__support/macros/properties/complex_types.h"
#ifndef LIBC_TYPES_HAS_CFLOAT128
#error unsupported
#endif