Files
clang-p2996/libc/cmake/modules/compiler_features/check_cfloat16.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
118 B
C++

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